Settings¶
Configuring the app settings¶
To configure the settings for Traceability, click this icon
from the menu on the left. In the "Settings" dialog box two tabs are available:
Action By File tab¶

In this tab, you can configure the maximum number of items allowed in a single CSV file when performing a Containment by File or a Search by List operation. The default value is 100,000.
Data Transfer tab¶

In this tab, there are two configuration options:
-
Maximum size of a communication package for a containment request (impacts batch upload operations).
This value represents the maximum number of items allowed in the CSV file when a "Contain by File" operation is performed. The administrator sets this limit to control the maximum number of requests that can be handled during system integration.
-
Maximum size of a compressed communication package for a download request (impacts batch download operations).
This value represents the maximum number of items contained in the JSON file when programmatically accessing the APIs used to download an active containment request. Considering typical cloud architecture limitations (connections active for a limited time, typically 30 seconds) and the size of the returned package (usually less than 10 MB), you can define a custom value for the number of elements in a single request. Traceability APIs support pagination when the dataset exceeds the defined limit, allowing sequential calls until the entire dataset is retrieved.