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

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

0 votes

Comments



One answer

Permanent link
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>

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
× 10,941

Question asked: Mar 06 '19, 6:10 a.m.

Question was seen: 1,801 times

Last updated: Mar 06 '19, 10:20 p.m.

Confirmation Cancel Confirm