Back to QMetry All Products Help Page
How to run Import/Export Utility using Command Line argument?
To run the Import/Export Utility using the Command line argument, kindly follow the steps mentioned below:
Download this export.zip file.
Un-zip the file to a local folder.
Open your terminal or Command Prompt.
Navigate to the folder containing the Export file through the command :Â Â Â
cd <path to directory>
ÂExecute the following command on the terminal with the respective values:
java -cp export.jar com.infostretch.importExportUtility.cliController.Main <username> <apitoken> <apiKey> <jira url> <destination file> <projectKey>
Note:Â The order of the input parameter has to be maintained.
Back to QMetry All Products Help Page