i need to get REST API for identifying last updated by on issues.
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.
Hello,
You can use the GET /rest/api/2/issue/{issueIdOrKey}. You need to provide &expand=changelog parameter. You can find more info here:
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.