Hi,
I need to know the changes between two dates for an issue.
How do I get it through REST API.
use Case:
I have one Issue ID : JIRAPRJ-124
Every hours description is getting updated.
Would like to know the changes done yesterday or day before.
Please help me to resolve the issue.
Thanks in Advance.
Regards,
Sivarama Krishna
Hi,
You can use this API :
/rest/api/2/issue/{issueIdOrKey}
?expand=changelog
https://docs.atlassian.com/software/jira/docs/api/REST/9.11.0/#api/2/issue-getIssue
Thank you Mohamed.
This API will give you changelog.
My requirement is slightly different.
From change log, I need a small portion of changes between two dates.
Ex. If change log is available for 30 days, I want it in first week or 2nd week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.