Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.2 KB

wi-import.md

File metadata and controls

32 lines (23 loc) · 1.2 KB

wi-import

Work item migration tool that assists with moving Jira items to Azure DevOps or TFS.

Usage: wi-import [options]
Argument Required Description
-? | -h | --help False Show help information
--token <accesstoken> True Personal access token to use for authentication
--url <adourl> True Url of the Azure DevOps organization/collection
--config <configurationfilename> True Import the work items based on the configuration file
--force False Force execution from start (instead of continuing from previous run). Note: this option will result in duplicate items being imported and is primarily intended to be used during non-production imports when testing out the configuration.
--continue <boolean> False Continue execution upon a critical error

Note: if the project defined in configuration does not exist, you´ll get a question if you want to create it.

Example

ADO Services (cloud)

wi-import --token myToken --url https://dev.azure.com/myorganization --config config.json --force

ADO Server/TFS Server (on premises)

wi-import --token myToken --url https://tfs.mycompany.com/DefaultCollection --config config.json --force