Welcome to the Jazz Community Forum
[Closed] How to update artifact Categories using Excel Import

Accepted answer

Hi Vijay,
I have the following working in config file to update custom catagories, in thise case the categories are "Test Case Type", "Category" and "Componet" and they are set to the value of columns K, L, M respectively
//catagories
testcase.category term="Test Case Type".value=K
testcase.category term="Category".value=L
testcase.category term="Component".value=M
Thanks,
Brett
Comments

Brett,
I think your answer is the right one, converting to answer now. Similar discussion here:
https://jazz.net/forum/questions/224944/populating-test-case-categories-as-part-of-rqm-excel-importing-from-spreadsheet

Thanks Brett and Thanks Yang for the support