Hi, I'm fetching Jira issue details using a curl command
curl -D- -u username:password -X GET -H 'Content-Type: application/json' https://testdev.atlassian.net/rest/api/2/issue/CGP-231
I used to get the assignee email address from the Json data using
$(jq -r '.fields.assignee.name' "CGP-231_data.json")
but now that field is missing in the assignee object from yesterday.
Is there any other way to find the user's email address?
Thanks,
Amulya
Dear @akota ,
if this is not a temporary issue, you can fetch the user information with
GET /rest/api/2/user?username=tgiorshev
Otherwise have a look at https://status.atlassian.com/ to see if there is an incident.
So long
Thomas
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.