Skip to content

Export to Jama Connect

Arguments for exporting

Following commands can be used during an export:

Argument Description Required
--ProjectId The project id of Jama Connect required
--SetId The set id of the Jama Connect project for export required
--DiagramPath Sets the path for diagram images
--DiagramFileExtension Sets the diagram image file extension to png, jpg, or bmp (Default: png)
--FreeSort Enable EA free sorting option
--DiagramAbovePackage Enable sort diagrams above packages (default is packages above diagrams)
--UseApiCredentials if enabled Username is used for ClientId and Password for ClientSecret
--RateLimitPerSecond Limits number of api calls per second (if set to 0 default call limit (10) is used)
--RateLimitPerMinute Limits number of api calls per minute (if set to 0 default call limit (600) is used)
--License Path to a folder or file with a license
--ServerUrl The Url to the Server required
--Username Username required
--Password Password
--Token Personal Access Token
--Model The source 'Model' used for export required
--PackageGuid The guid of the 'Package' configured for export required
--Mapping The mapping file used for export required
--log Sets the output path for log files
--MaxConcurrentTasks (Default:8) Number of concurrent tasks to process and load data
--help Display the help screen

Powershell Example:

 lieberlieber.connect.jama.automation Export --SetId 123456 --Mapping Mapping\JamaConnectExport.xml --Model automationtest.qeax --PackageGuid {B62E2AC1-DFE5-44b2-95A8-052F7499585E} --Password password --ProjectId 123 --ServerUrl http://<server>/  --Username username