[Closed] How to update artifact Categories using Excel Import
Hello,
I need to update the artifact Categories using Excel Import. Custom attributes can be updated by - testcase.customAttributes identifier=<Cusom_Id>.name="1."Cusom".type="SMALL_STRING".value=F How to update arifact categories attributes?? |
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
Vijay kumar selected this answer as the correct answer
Comments
Don Yang
commented Aug 29 '16, 7:15 p.m.
Brett,
Vijay kumar
commented Aug 30 '16, 12:53 a.m.
Thanks Brett and Thanks Yang for the support
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.