Forums

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

I want to get the history for description changes for all my JIRAS

sweta zindani
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!
November 13, 2022

I want to get the history for description changes for all my JIRAS

 

 

 

 

 

1 answer

0 votes
Mohamed Benziane
Community Champion
November 14, 2022

Hi,

Welcome to the community

You can achieve this using the REST API

yourURLInstance/rest/api/2/issue/<your_issueKey>?expand=changelog

You'll have access to the history change of your issue.

https://docs.atlassian.com/software/jira/docs/api/REST/9.3.0/#api/2/issue-getIssue

Suggest an answer

Log in or Sign up to answer