Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

Missing Changeset Author After Accepting from another RTC Repository

In RTC 6.0.4 repo A, I have a normal completed change set owned by user x, on stream s.  Bulk accepting of change sets from s@A into a repo workspace @ RTC 6.0.4 repo B somehow resulted in a repo B change set with no value for Author.  How do I correct this in repo B?  Accepting was done with Linux Eclipse + 6.0.3 or 6.0.4 plugin, not sure which.  I only have 7 of these to correct.  An admin action to re-own a change set would be ideal.  I can write something to the PJI if given a hint as to how to make a e.g. setOwner method work on a given change set.

0 votes


Accepted answer

Permanent link
You can use the scm command line tool to list the users that does not have userIds: scm ls users -r <repoUri> --noUserIds. Look at https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Flist_users_ex.html
Once you find the user that you want to set the user id for, do the following: scm set user -r <repoUri> <alias/UUID> <userId>. Look at https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fset_user_ex.html

Ralph Schoon selected this answer as the correct answer

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
× 1,381

Question asked: Dec 19 '18, 6:21 p.m.

Question was seen: 1,854 times

Last updated: Jan 24 '19, 4:24 p.m.

Confirmation Cancel Confirm