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.
Using the below mapping column:
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
Got the solution from here and it works :)
Refer section: Aggregating multiple values into single Jira fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.