EA Addin Configuration
There are certain features that can be configured in a specific configuration file, found in the path %appdata%\LieberLieber\LemonTree.Connect.Polarion\config.json.
The following table explains the different options that can be set.
Restoring the default configuration
If you accidentially destroy this file, remove it completely, restart EA, open any project and add a new Polarion server configuration. This will create a new config file with default values.
Global Addin Settings
Setting | Meaning | Allowed Values |
---|---|---|
ServerList | Contains a list of all configured Polarion servers. | This list shall not be updated in the JSON file. This list is written and read by the dialog "Configure Polarion Server Settings" |
DefaultServer | Sets the default server. Refers to one of the configured server by the identifier. | This list propety shall not be updated in the JSON file. This property is written and read by the dialog "Configure Polarion Server Settings" |
WriteNavigationLinks | Enables or disable the writing of navigation links during exports. Those links are used to jump from an exported element in Polarion to the original element in EA. | true or false |
PolarionItemUrlTemplate | Template for opening a Polarion work item from EA. | Wildcards: ##SERVER## for Polarion server, ##PROJECT## for Polarion project, ##WORKITEM## for work item ID. |
UseSuspectedFlagOnConnectors | Enables or disable suspect flagging of EA connectors during import from Polarion. | true or false |
ApiTimoutInMinutes | Configures the maximum timeout in minutes that can occur for an API call. | Any numerical value, suggested: 3. |
PageSize | Configures the amount of element used with paging. | Any numerical value, suggested: 5000. |
CustomTimeouts | Configures timeout values for specific operations. | This list shall not be changed. |
SuppressUpdateAvailableInfo | Suppresses the "Update available" information shown in the main menu of LemonTree.Connect, if a newer version was released. | true or false |
DiagramImageFileExtension | Configures the image format that is used for the extraction of diagram images. Default is png. | png, jpg, bmp. |