How do I change the name of the "Unassigned" user?
A customer described the following situation:
The team is in Brazil and uses Portugese in our projects. How do I make the "Unassigned" value show up in Portugese rather than English? Attempting to open the user with the user editor in Eclipse results in an exception.
I will respond with the answer in my next post.
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
2 answers
The user name can be changed with the repotools createUser command. Specify "unassigned" as the userId and email, and the new value for the name. For example:
repotools-ccm createUser userId="unassigned" emailAddress="Unassigned" name="My Unassigned User Name"
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead