JIRA (7.3.6) REST API - Changelog endpoint

simon desharnais November 24, 2017

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 ?

1 answer

1 accepted

0 votes
Answer accepted
simon desharnais November 24, 2017

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

Jivago December 11, 2018

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!

simon desharnais January 28, 2019

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

Suggest an answer

Log in or Sign up to answer