-
Bug
-
Resolution: Cannot Reproduce
-
Highest
-
None
-
48
-
Severity 3 - Minor
-
6
-
Issue Summary
Any Jira Cloud REST API endpoint that returns user objects in the JSON response will return a blank email address for any non-managed users. This happens regardless of if they are set to "Public" or "Private" in the Atlassian Account privacy settings (which do not have the email address specific setting for non-managed accounts).
Steps to Reproduce
- Invite an unmanaged user to your instance if one does not already exist
- run /rest/api/3/user/search?query=<email address of user>
Expected Results
The returned user object email field is populated with the expected email address
Actual Results
The email address field is returned with an empty string as the value
Workaround
Currently, there is no workaround.
- is related to
-
JSDCLOUD-8289 API: Unable to fetch customer email address via API
-
- Closed
-
- relates to
-
ID-7019 Setting Account visibility to "Public" or "Collaborators" does not allow email address to show in API or UI
-
- Closed
-
-
HOT-87836 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
Form Name |
---|
I am experiencing this issues as well, but only in few cases. The user did not restrict visibility of the email, yet I get
"emailAddress":""
I cannot find the difference with other user profiles which work fine.