Importing from a CSV file to Jira was used in Wave 1 for the creation of the verification test tickets. The script to the right handles the import and does the linking between Tests and Sub-Tests. A few comments about the CSV file: The CSV file MUST contain the following columns with the exact text in a header row at the top: - description: The long description of the test.
- summary: A short description, this will become the ticket title
- issuetype: Should either be Test or Sub-Test. Sub-Tests are assumed to be linked to the most recent Test ticket in the file.
The python script usage can be determined by "./importTestToJira -h"
|