I want to get the history for description changes for all my JIRAS
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.