How to change all usernames

Erkki_Aalto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2014

We are going to change the authentication of our JIRA from LDAP to Shibbolized Crowd. For that all usernames must be appended with the domain. Which tables in the database contain usernames? (Or could this be done with API?)

 

We have done this before with an old version of Confluence that needed about 15 tables to be updated. Current version of Confluence should be much easier and JIRA should not be very hard, either.

1 answer

1 accepted

0 votes
Answer accepted
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 20, 2014

Hi Erkki,

Rather than modifying JIRA's database, I'd indeed advise you to use its API to do this. You can use the /rest/api/2/user call using the PUT method to do this. smile

Suggest an answer

Log in or Sign up to answer