Skip to content

Import from Jama Connect

Arguments for importing

Following commands can be used during an import:

Argument Description Required
--ProjectId The project ID of Jama. Yes
--SetId The set ID of the Jama project for import. Yes
--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 import from the server. Yes
--PackageGuid GUID of the package configured for import. Yes
--Mapping Mapping file used for import. 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 call limit). Default: 0.
--RateLimitPerMinute Maximum API calls per minute (0 = default call limit). Default: 0.
--help Displays the help screen.

Example

LemonTree.Connect.Jama.Automation.exe import `
  --ProjectId 123 `
  --SetId 123456 `
  --ServerUrl http://jama-server/ `
  --Username myuser `
  --Password mypassword `
  --Model automationtest.qeax `
  --PackageGuid "{11AAE339-D37E-4c61-B251-C5091D61094B}" `
  --Mapping Mapping\JamaConnectImport.xml