Welcome to the Jazz Community Forum
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.
Accepted answer

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