Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Removing users from Atlassian products

Scott McDonald
Contributor
April 10, 2018

To be in compliance with GDPR. will need to have Atlassian remove profiles in compliance since the platforms don't actually allow for removal of users.  They can be marked inactive but not removed from the system so I have a few questions on how this can be managed.

  • How do we remove or anonymize users without breaking our data/system? This includes comments, pages where a user is linked.
  • If the users are deleted does it harm our database structure?
  • If they don't delete and only anonymize, what are the anonymous values (ex., firstname.lastname)?

Thank you,
Scott

2 answers

0 votes
Bryan Bai April 10, 2018

can you just alter the user profile: username/email /full name? I believe if the user hosted locally with JIRA you can do it.

Joe Pitt
Community Champion
April 10, 2018

I've never tried. We treat JIRA as a source of historical data so we want to know who performed actions even if they aren't still employed. Making the user inactive, which removes their ability to logon should be sufficient for security. Only JIRA administrators can change that

0 votes
Joe Pitt
Community Champion
April 10, 2018

Deleting users causes problems with the data. JIRA is a relational database so when you see a user name in a field the field actually contains a pointer to the field in the database containing the user name. When you delete a user the pointer breaks and you get sql errors when viewing issues. 

Suggest an answer

Log in or Sign up to answer