[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 Brett,
Thanks Brett and Thanks Yang for the support
|