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
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.