Forums

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

Request via REST the user name who closed an ISSUE

Patrick Uzer
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!
October 6, 2021

Hi there,
I'm looking for a way using the REST API
Identify username who closed an ISSUE.

I am grateful for every idea.
greeting
Patrick

1 answer

1 accepted

0 votes
Answer accepted
Mehmet A _Bloompeak_
Atlassian Partner
October 6, 2021

Hi @Patrick Uzer , welcome to the Atlassian Community!

You can use the get issue REST API along with expand=changelog parameter. Then you need to parse json response and search for status changes in changelog->histories.

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

Suggest an answer

Log in or Sign up to answer