Since today, searching a user on Atlassian Jira API no longer gives the user ID !
Where can I get the userID ??
curl -D- -u 'user':'pass' -X GET -H "Content-Type: application/json" 'https://honestica.atlassian.net/rest/api/2/user/search?username=s***t'
{ "self":"https://honestica.atlassian.net/rest/api/2/user?accountId=5b5***45",
"accountId":"5b5***45",
"accountType":"atlassian",
"emailAddress":"g***e.s***t@l***.fr",
"avatarUrls":{ "48x48":"https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/5b5***45/b4fa7808-***-eb131d117b43/128?size=48&s=48",
...
},
"displayName":"G***e S***t",
"active":true,
"timeZone":"Europe/Paris",
"locale":"fr_FR"
}
I have the display name as result but no longer the user ID :(
Found the solution by myself.
UserID is no longer available. We have the use the accountId instead.
So I have to replace 'name': userID by 'id': accountId in all my payloads.
Thanks Jira for the nice documentation.
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.