Forums

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

How to get REST API for identifying last updated by on issues?

Ramesh Lakshmanasamy July 6, 2018

i need to get REST API for identifying last updated by on issues.

2 answers

0 votes
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 6, 2018

If you use Jira Cloud, please be aware of:

Resolution

In order to get full history of changes for an individual issue use dedicated /rest/api/2/issue/{issueIdOrKey}/changelog endpoint. Note, that the response will be paged and results will be ordered by date, starting from the oldest (ie. ascending).

 

However, you can find the REST API documentation for Server and Cloud (respectively) by clicking on thee below links:

 

I hope this helps.

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 6, 2018

Hello,

You can use the GET /rest/api/2/issue/{issueIdOrKey}. You need to provide &expand=changelog parameter. You can find more info here:

https://docs.atlassian.com/software/jira/docs/api/REST/7.10.2/?_ga=2.133960974.1819407974.1530513395-1659643416.1506407535#api/2/issue-getIssue

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events