It's all about the answers!

Ask a question

How to find out the user story ID from the changeset ID?


Amit Sindhwani (111) | asked Jun 13 '13, 11:45 a.m.
We have a user story that has multiple tasks as children to that story. Each task is being worked by a different developer, so everyone checkins their code against the task id. I would like to retrieve the story ID against that particular check-in. 

Is there a way to retrieve story ID? or any suggestions how to manage the above scenario. 

thanks
Amit Sindhwani

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Jun 18 '13, 9:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am not sure how you would do that in the tool, except manual, from the change set, go to the work items and then up to the parent related ones.

In the API you could do this. This is server API that does something similar: https://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/ and this traverses parent child on the server https://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/ the blog has also a lot of similar client API examples.

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.