RTC RestAPI and Filter
Hello,
I can get WorkItem details with this URL https://server:port/ccm/rpt/repository/workitem and with the documentation I found I can make queries and get the information I want from an XML;
I would like to know if it is possible to make a filter on a custom attribute
For example for the moment I have as result
<allExtensions>
<key>request.isOk</key>
<displayValue>Yes</displayValue>
</allExtensions>
Or for another line
<allExtensions>
<key>request.isOk</key>
<displayValue>No</displayValue>
</allExtensions>
I would like to be able to retrieve the Yes
Is this possible?
Thanks
|
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Apr 20 '23, 9:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I found this: https://jazz.net/forum/questions/180630/how-to-use-reportable-rest-api-to-filter-custom-attributes-of-allextensions which states, probably not. |
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.