It's all about the answers!

Ask a question

Where are custom categories stored in the FM model?


Geoffrey Rosenthal (10135) | asked Sep 13 '12, 10:25 a.m.
JAZZ DEVELOPER
I'm working with a customer in their RQM implementation.  They have many custom categories setup on several different artifacts (test plans and test cases mostly).  How do we pull out the custom categories into an RRDI report?

The data dictionaries only seem to show where the custom attributes queries are located in the FM model.  I haven't found anything specifically about the custom categories.  Could someone point us to the custom category queries in the FM model?  Thanks!

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Sep 13 '12, 11:04 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
edited Sep 13 '12, 11:05 a.m.
The categories (name/value) are in-lined in the test resource. For example:

<testplan>
...
<category value="hi" term="categoryType1321881499796"></ns15:category>
...
</testplan>

To quickly see which resources have categories, see:

https://jazz.net/wiki/bin/view/Main/RqmApi#SupportedFieldsResources

/category/@term
/category/@value

Your answer


Register or to post 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.