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
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.