EA Addin configuration
Following are all the features that can be configured via configuration file, found under the path
%appdata%\LieberLieber\LemonTree.Connect.Jama Connect\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 Jama Connect server configuration. This will create a new config file with default values.
Global Addin Settings
| Setting | Meaning | Allowed Values | Default |
|---|---|---|---|
| DefaultServer | Sets the default server. Refers to one of the configured servers by the identifier. | do not edit | — |
| DiagramImageFileExtension | Configures the image format that is used for the extraction of diagram images. | png, jpg, bmp | png |
| DontShowWhatsNewAgainForCurrentVersion | Suppresses the "What's New" dialog for the current installed version if already dismissed. | true or false | false |
| MaxConcurrentTasks | Configures the maximum number of concurrent tasks the application can run in parallel. Reduce this number to improve stability if you run into problems with larger projects. | 1 to 8 | 8 |
| NeverShowWhatsNew | If true, the "What's New" dialog will never be shown for future versions. | true or false | false |
| ServerList | Contains a list of all configured Codebeamer servers. | do not edit | — |
| SuppressUpdateAvailableInfo | Suppresses the "Update available" information shown in the main menu of LemonTree.Connect, if a newer version was released. | true or false | false |
| UseSuspectedFlagOnConnectors | If true, sets the "suspected" flag on connectors when elements change. | true or false | true |
| RateLimit PerSecond | Limits number of api calls per second (if set to 0 default call limit (10) is used). | 0 to 10 | 0 |
| RateLimit PerMinute | Limits number of api calls per minute (if set to 0 default call limit (600) is used). | 0 to 600 | 0 |