Export to Jama Connect
Arguments for exporting
Following commands can be used during an export:
| Argument | Description | Required |
|---|---|---|
--ProjectId |
The project ID of the Jama project. | Yes |
--SetId |
The set ID of the Jama project set. | Yes |
--DiagramPath |
Path where diagram images are exported. | |
--DiagramFileExtension |
Diagram image file extension (png, jpg, bmp). Default: png. |
|
--FreeSort |
Enables Enterprise Architect free sorting. Default: false. |
|
--DiagramAbovePackage |
Sort diagrams above packages. Default: false. |
|
--UseApiCredentials |
Uses Username as Client ID and Password as Client Secret. Default: false. |
|
--LoadingTimeout |
Timeout in minutes for loading all server data. Default: 60. |
|
--License |
Path to a license file or folder. | |
--ServerUrl |
URL of the Jama server. | Yes |
--Username |
Username for authentication. | Yes |
--Password |
Password for authentication. | |
--Model |
Source model used for export. | Yes |
--PackageGuid |
GUID of the package to export. | Yes |
--Mapping |
Mapping file used for export. | Yes |
--Log |
Output path for log files. | |
--ExtendedLog |
Enables extended logging. | |
--MaxConcurrentTasks |
Number of concurrent tasks used to process and load data. Default: 8. |
|
--RateLimitPerSecond |
Maximum API calls per second (0 = default limit). Default: 0. |
|
--RateLimitPerMinute |
Maximum API calls per minute (0 = default limit). Default: 0. |
|
--help |
Displays the help screen. |
Example
LemonTree.Connect.Jama.Automation.exe export ^
--ProjectId 123 ^
--SetId 456 ^
--ServerUrl https://jama.example.com/ ^
--Username john.doe ^
--Password MyPassword ^
--Model "C:\Models\SystemModel.qeax" ^
--PackageGuid "{B62E2AC1-DFE5-44B2-95A8-052F7499585E}" ^
--Mapping "C:\Mappings\JamaExport.xml" ^
--DiagramPath "C:\EAImages\{B62E2AC1-DFE5-44B2-95A8-052F7499585E}\" ^
--DiagramFileExtension png ^
--Log "C:\Logs\JamaExport.log"