Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Rest API Query to grab a list of stories for an iteration with all children task details

 Here is questions I have,

I can query a parent/story with children tasks based on guideline for a particular story (i.e. ID 998).

 https://<localhost>/ccm/rpt/repository/workitem?fields=workitem/workItem[id=998]/(id|summary|projectArea|state/(name|group)|parent/*|children/*|customAttributes/*)

 But how to query a list of stories for current iteration or a specific sprint/iteration along with all children tasks details as above using rest api? Can anyone share a rest api url?

3.      

0 votes



One answer

Permanent link
Try this:
https://<localhost>/ccm/rpt/repository/workitem?fields=workitem/workItem[target/name="Sprint 1"]/(id|summary|projectArea|state/(name|group)|parent/*|children/*|customAttributes/*)

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 480
× 137

Question asked: Apr 06 '16, 7:36 p.m.

Question was seen: 3,109 times

Last updated: Apr 20 '16, 3:00 a.m.

Confirmation Cancel Confirm