jira rest api get user that changed issue to resolved

Ricardo Silva September 28, 2015

I'm trying to get the user that changed the status of an issue to resolved even after the issue is closed(unassigned)
I could get this information via the transitions at the issue Activity
I've tried with &expand=transitions but it always returns an empty object

is there anyway to get the assignee of an issue that is already closed(unassigned)

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
João Palharini
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 29, 2015

Hi Ricardo!

The below REST API call provides the "change log" for a given issue, so you just have to search for the changes to the "status" field with the "toString" property set to the "Resolved" status. Another option is to search by changes to the "resolution" field.

https://jira.atlassian.com/rest/api/latest/issue/JRA-27692?expand=changelog

--
Cheers!

Joao 

TAGS
AUG Leaders

Atlassian Community Events