The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Find out who transitioned an issue to Resolved

deevan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 10, 2020

Hello

Using the https://atlassian-python-api.readthedocs.io API (ideally), I would like to be able to determine which user has performed a transition to the Fixed Resolution.

When I fetch a JIRA issue, or use get_issue_transitions, I am not able to see the user history to determine who performed a transition.

Specifically, I want to determine WHO has fixed an issue.

thanks

Deevan

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Michael Raj
September 29, 2020

Hi @deevan ,

Try this changelog details:

rest/api/2/issue/{issueId}?expand=changelog

Best,

Michael