How can I fetch all work items of type 'review' and filter them by looking a word that matches in their summary?
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)
One answer
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
- Are or and and not & or something
- Are in the search term e.g. [ condition1 and condition2 ]