Hi,
I get it that the GDPR changes made it a requirement to use accountID instead of username to query the user list.
I have a Slack bot which receives a user's email address and tries to look this user up in Jira in order to be able to create an issue and assign one of the fields of that issue to that user.
This used to work by querying by "username" but now is broken because of GDPR changes.
In order to work around this, I try querying /rest/api/3/users in order to build an in-memory map of emails to accountid.
The trouble is that this query includes the email address in "displayName" for handful of users, (about 15% in my case).
I would like to force exposing the email address of all managed users internally to the company (not outside the company). Is there a way to do that centrally? Asking all users to enable this to their own account is not practical.
Thanks.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.