I'm wondering if this endpoint is available for jira 7.3.6 since for the same valid issue key I have different results :
/rest/api/2/issue/{issueIdOrKey}/changelog
I get a 404
/rest/api/2/issue/{issueIdOrKey}/comment
I get results
I can't seem to find any date for the "patch note" regarding changelogs...
Any ideas ?
Well after further research I found that it's not yet deployed for SERVER but is available for CLOUD
https://jira.atlassian.com/browse/JRASERVER-59998
https://community.developer.atlassian.com/t/changelogs-sorting-limitation-rest-api/8620
Hi Simon, Do you have any news about it? I have the same issue. /rest/api/2/issue/{issueIdOrKey}/changelog is not available in my Jira Server as well.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jivago,
I ended up, creating a custom REST API endpoint with scriptrunner to replicate the behavior. Nothing vanilla yet it would seem.
Cheers,
Simon
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.