RQM-How to efficiently mark several TCs as supported for new product category/attribute
Hello,
2 answers
To properly update a multi-valued attribute, you have to retrieve the old value first, unless you don't care what the original value is.
You can probably do something like this using Excel (on a high level).
1. Export the TCs to a Excel sheet, including the attribute to be updated.
2. Add a column to the Excel sheet with value ",prod4".
3. Merge the columns (by using a function or some sort).
4. Import the TCs back to RQM.
Comments
Yes, thanks Donald, however, i am looking for if we have other efficiently ways to perform on Jazz GUI instead of export then import by RQMExcelImporter
Note that there is no "append" operation by design, and you need to keep this in mind. If you want to do bulk update in the web GUI, you need to select the artifacts with the same values, say "Prod1,Pro2", then set the new value to "Prod1,Prod2,Prod4". Whether it is "efficient" enough depends on how many combination of the category values there are and how many artifacts to process.
I suggest you can try the RQMURLUtility.