List the changeSets for a given userStories
![]()
Jagadeesh Venugopal (11●1)
| asked Aug 17 '16, 12:30 a.m.
edited Aug 17 '16, 8:11 a.m. by David Lafreniere (4.8k●7)
Please suggest way to report List the changeSets for a given userStories..
Thanks
Jagadeesh
|
Accepted answer
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Aug 17 '16, 3:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For what purpose and to do what with it?
Usually a story would not have any change set link, but linked child tasks that would. The most convenient way, and the only one automated I know, to see all the change sets in such a hierarchy is Locate Change Sets where you can add the story and select to pass the parent/child hierarchy and it then shows you the change sets. ![]() David Lafreniere selected this answer as the correct answer
Comments Thanks Ralph for your quick response. We want to find out the piece of code that were impacted/changed by a given userstory, in an automated way. So this data will help anyone to make better test plans/decisions.
Cheers,
Jagadeesh
This is the only built in way to show the change sets I am aware of. You can even access the change set. There might be something in the SCM Command Line. Anything else you would have to create yourself. Sure, Ralph.. I will update this page if I find a way to do so.
Cheers,
Jagadeesh
I see there is a similar question here:
|