It's all about the answers!

Ask a question

How to perform search in api like the search in webui


0
1
Saurabh Khirwal (111) | asked Apr 28 '19, 9:13 a.m.

 Hi, i am new to both jazz and jazz api.

What would be the REST API alternative to 
https://<jazzServer>/qm/web/console/IP#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=doSearch&searchText=JIRA-1233

when i open this url in webUi, it shows me about 10 results. I can't seem to find an api alternative for it.

I have also tried using the filters to no success
https://<jazzServer>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/executionworkitem?fields=feed/entry/content/executionworkitem[webId=73006]/title
the above request returns all results while it should return just 1

One answer



permanent link
Antonio Napoles (2861) | answered May 03 '19, 3:16 p.m.
JAZZ DEVELOPER

 Hi,


Your approach is correct, but the webId is not filterable for executionworkitem. Check the Filtering Properties fields at: https://jazz.net/wiki/bin/view/Main/RqmApi

regards,
   Napoles

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.