It's all about the answers!

Ask a question

How do I change the name of the "Unassigned" user?


Martha (Ruby) Andrews (3.0k44051) | asked Nov 26 '14, 12:50 p.m.
JAZZ DEVELOPER
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



permanent link
Martha (Ruby) Andrews (3.0k44051) | answered Nov 26 '14, 12:54 p.m.
JAZZ DEVELOPER
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

Comments
Donald Nong commented Nov 27 '14, 12:20 a.m.

I need to use repotools-jts. Is repotools-ccm supposed to work as well?


permanent link
Martha (Ruby) Andrews (3.0k44051) | answered Dec 01 '14, 12:09 p.m.
JAZZ DEVELOPER
 Hi Donald,
Yes, in my testing repotools-ccm worked. The name was changed, and the synchronization code with the jts was called to make the change on the jts. . 

Ruby 


Your answer


Register or to post your answer.