I am working on accessing user details from JIRA and i want to specifically access the fields shown below.
I am currently using the request rest/api/2/user/search?username=% whose response is returned as {"self", "key", "accountId", "name", "emailAddress", "avatarUrls", "displayName", "active", "timeZone", "locale"}
Is there any other GET requests which will return the fields which i require?
Any suggestions would be appreciated, Thanks.
Hi @HSNAN
All the REST methods can be found here. There are options to return more user data.
If you can , install the REST API browser free plugin to see which options will work for you.
Regards
Tom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.