Hide the email address of users in Jira

Abhijeet Kale May 4, 2021

Is there any way we can hide the email address of users in Jira.

We have a public Jira instance and external users are also allowed to create an account in Jira. while searching users in JQL or any user picker field it shows the email address of all the users.

Is there any option to hide email addresses even in the user profile section?

2 answers

2 accepted

0 votes
Answer accepted
Sagar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 5, 2021

Hi @Abhijeet Kale As mention by Benjamin,

You can update this from Jira general configuration

https://<jira-base-url>/secure/admin/EditApplicationProperties!default.jspa

Capture 2021-05-05 at 14.38.29.png

But, before making this change I would suggest to check the users script or rest calls if they are using email-ids in it those might get affected, so confirm that before making the change.

Abhijeet Kale May 5, 2021

Thanks, @Sagar Sure, will test this stage to see if any issues with this change.

0 votes
Answer accepted
Benjamin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 4, 2021

HI @Abhijeet Kale ,

 

You can do it globally. You can hide, mask, or provide only to login users.

 

See link below:

https://confluence.atlassian.com/adminjiraserver073/configuring-jira-application-options-861253962.html

Sagar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 5, 2021

Hi @Abhijeet Kale As mention by Benjamin,

You can update this from Jira general configuration

https://<jira-base-url>/secure/admin/EditApplicationProperties!default.jspa

Capture 2021-05-05 at 14.38.29.png

 

But, before making this change I would suggest to check the users script or rest calls if they are using email-ids in it those might get affected, so confirm that before making the change.

Abhijeet Kale May 5, 2021

Thanks, @Benjamin This was helpful.

Suggest an answer

Log in or Sign up to answer