I have an issue and need to fetch user details from that issue
Which API and which users on the issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the delay,
If you "get" an issue with https://docs.atlassian.com/software/jira/docs/api/REST/1000.824.0/#api/2/issue-getIssue you'll see it feeds you all the fields back, and when the fields are user fields, it gives you "name" and "displayName".
Given the name, you can look up the email address and other stuff with https://docs.atlassian.com/software/jira/docs/api/REST/1000.824.0/#api/2/user-getUser
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @geethanjali sj welcome on the community. Can you share more? What user do you need? Assigne, reported or some custom field's value?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, but issue can have following "user" fields
so what user value do you need?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.