...
Arguments | Mandatory | Sequence | Description | ||||
---|---|---|---|---|---|---|---|
Yes | 1 | The Email address used to log into your JIRA Instance. | |||||
API Token | Yes | 2 | The unique token used to perform basic authentication with JIRA Cloud applications. /wiki/spaces/QTMFJC/pages/882343979 is the link on how to generate the API Token. | API Key | Yes | 3 | In case of Cloud Server version, API Key is required. This API Key is generated from the JIRA instance you want to export the data from. The API key can be found from QMetry > Configuration > Import/Export Tool > Authentication. |
JIRA URL | Yes | 4 | The URL of JIRA instance from which you want to export the data. For ex. https://xyz.atlassian.net | ||||
Destination File | Yes | 5 | The destination file name must be provided. Provide .xlsx extension to the destination file. The name used for the Destination File must not contain blank spaces. If path is not specified then the file will be saved in the directory where the ExportUtility.jar file is stored by default. | ||||
Project Key | Yes | 6 | Each project in JIRA is identified uniquely with a Project Key. | ||||
JQL | No | 7 | JQL can be used to filter the data according to the user's requirements. The JQL must be enclosed in double quotation marks. Use the escape character(\) if you are using the quotes inside the JQL. For example, "issuetype = \"Test Run\"" |
...