Hi
I'd like to create new stories (issue type = Story) and new X-Ray tests (issue type = Test), with one CSV-upload. The X-Ray tests must be linked to the new stories (Issue link 'Tested by'), so the story shows the Requirement Status = Not Run
Is this possible? If yes, how is it done?
We use Jira version 7.4.2
Best regards,
Murat
for that you cannot use the built-in Test Case Importer.
You have to use Jira's CSV importer as detailed here:
Jira's CSV importer allows to import multiple issues, of different issue types, at the same time. You can also create links between issues. More info on Atlassian's documentation site: https://confluence.atlassian.com/adminjiraserver073/importing-data-from-csv-861253680.html .
Note that in order to specify Test cases along with their steps, you have to use a JSON content. More info on the first link given earlier.
Regards,
Sergio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.