Xray: Test Case Importer with labels

Srinivasan Anantharaman
Contributor
March 11, 2022

Importing manual test cases from a csv file into Xray Jira using Tests -> Test Case Importer

When there are more than one value to be added to labels. the data is being merged and treated as single value during import. Tried various delimiters but did not solve it. Any hint is appreciated. 

The expected and actual data after import is attached for reference.image.png

Using the below mapping column:

 image.png

 

Options tried and the final label output 

"value01","value02" => value01,value02

value01 value02 => value01_value02

Sample csv

Test Case Id;Component;Summary;Description;Priority;Labels;PreCondition;Test Step;Data;Expected Results
TC_001;ADA01;Test case 01;Importing test cases from a csv file;High;value01,value02;;Login to gui;user0001;Login is successful
TC_001;ADA01;Test case 01;Importing test cases from a csv file;High;value01,value02;;Login to gui;user0001;Login is successful

 

1 answer

1 accepted

2 votes
Answer accepted
Srinivasan Anantharaman
Contributor
March 11, 2022

Got the solution from here and it works :) 

Refer section: Aggregating multiple values into single Jira fields

Importing data from CSV | Administering Jira applications Data Center and Server 7.1 | Atlassian Documentation 

Suggest an answer

Log in or Sign up to answer