It's all about the answers!

Ask a question

How can I fetch all work items of type 'review' and filter them by looking a word that matches in their summary?


Anahi Del Angel (111) | asked Jan 10 '23, 9:38 a.m.
edited Jan 10 '23, 9:55 a.m.

I tried these urls:

  • server/ccm/rpt/repository/workitem?fields=workitem/workItem[type/id='com.ge.team.workitem.workItemType.review']/(id|summary|itemType) 
  • server/ccm/rpt/repository/workitem?fields=workitem/workitem[type/id='com.ge.team.workitem.workItemType.review']&[field/attribute='value']/(id|summary|itemType)

Also, I based on these question links:

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Jan 10 '23, 9:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 I would suggest to read https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/ and also look at the documentation https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI 


Carefully look at the examples and note that the keywords for boolean operations 
  1. Are or and and not & or something
  2. Are in the search term e.g. [ condition1 and condition2 ]


Comments
Anahi Del Angel commented Jan 10 '23, 1:37 p.m.

 Thanks Ralph! :)

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.