It's all about the answers!

Ask a question

Extract enumeration collection of RTC


Ednilo Pinheiro (636) | asked Jun 11 '14, 1:57 p.m.
I want extract enumeration collection of RTC from rest RPT api.  For example: priority, severity.
Is it possible?

Thanks.

2 answers



permanent link
Donald Nong (14.5k614) | answered Jun 12 '14, 7:13 a.m.
Yes it is possible. Pick a work item in the project area of your interest, say work item 123. You can get all the enumerations from this URL.
https://<server>:<port>/ccm/rpt/repository/workitem?fields=workitem/workItem[id=123]/projectArea/enumerations/(id|literals/*)
If you don't filter on the work item (using [id=123]), similar content will be produced for the first 100 work items (in random order), which is definitely what you want.
You can find more information in this article.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI


permanent link
Ednilo Pinheiro (636) | answered Jun 12 '14, 9:58 a.m.
Sorry. I wanna filter enumeration by ProjectArea, not workitem.

Is it possible?

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.