Import from Jama Connect
Arguments for importing
Following commands can be used during an import:
| Argument | Description | Required |
|---|---|---|
--ProjectId |
The project id of Jama Connect | required |
--SetId |
The set id of the Jama Connect project for import | required |
--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 is used) | |
--RateLimitPerMinute |
Limits number of api calls per minute (if set to 0 default call limit is used) | |
--License |
Path to a folder or file with a license | |
--ServerUrl |
The Url to the Server | required |
--Username |
Username | required |
--Password |
Password | |
--Model |
The source 'Model' used to import from Server | required |
--PackageGuid |
The guid of the 'Package' configured for import | required |
--Mapping |
The mapping file used for import | 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 Import --SetId 123456 --Mapping Mapping\JamaConnectImport.xml --Model automationtest.qeax --PackageGuid {11AAE339-D37E-4c61-B251-C5091D61094B} --Password Password --ProjectId 123 --ServerUrl http://<server>/ --Username Username