Import
Arguments for importing
Following commands can be used during an import:
Argument | Description | Required | Default |
---|---|---|---|
--TrackerId | The id of the Codebeamer tracker for export | yes | — |
--RateLimitPerSecond | Limits API calls to amount per second (0 means no limit) | no | 0 |
--RateLimitPerMinute | Limits API calls to amount per minute (0 means no limit) | no | 0 |
--IgnoreCreatingPlaceholders | Does not create placeholders if enabled | no | false |
--License | Path to a folder or file with a license | no | — |
--ServerUrl | The URL to the server | yes | — |
--Username | Username | yes | — |
--Password | Password | no | — |
--Token | Personal Access Token | no | — |
--Model | The source 'Model' used to import from Server | yes | — |
--PackageGuid | The guid of the 'Package' configured for import | yes | — |
--Mapping | The mapping file used for import | yes | — |
--Log | Sets the output path for log files | no | — |
--MaxConcurrentTasks | Number of concurrent tasks to process and load data | no | 8 |
--help | Display the help screen | no | — |
Powershell Example:
LemonTree.Connect.Codebeamer.Automation.exe Import `
--Mapping "Mapping\Import\EA Simple Requirements Mapping.xml" `
--MaxConcurrentTasks 8 `
--Model automationtest.qeax `
--PackageGuid {11AAE339-D37E-4c61-B251-C5091D61094B} `
--Password Password `
--ServerUrl http://<server>/ `
--TrackerId 4336 `
--Username Username