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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.