Delivered change set with someone else tasks associate with it.
Hello,
Is there any possibility or utility available in SCM where I can see the Delivered change set with someone else tasks associate with it. within a streams ?
Input - Stream Name
Expected Output - CSV report with all the changes from all the components with the creator and task owner details.
Thanks,
Rahi
|
One answer
To get the information you need you have to write a script using the scm command line.
To get the change sets delivered by an user:
scm list changesets -r <repository_url> -w <stream_name_or_itemId> --creator <userid>
To know which work items were associated with each of the change sets:
scm list changes -r <repository_url> <change_set_itemId>
|
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.
Comments
Please see and follow: How should I ask a question in the Forum if I want to receive useful answers?