It's all about the answers!

Ask a question

Missing Changeset Author After Accepting from another RTC Repository


Tom Connor (112) | asked Dec 19 '18, 6:21 p.m.
retagged Jan 24 '19, 4:24 p.m. by Ken Tessier (84117)

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.

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Dec 20 '18, 1:53 a.m.
JAZZ DEVELOPER
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

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.