Is there documentation on REST API differences for JIRA server vs JIRA cloud

mh xu May 11, 2016
 

2 answers

3 votes
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2016

There should be basically no differences between (the latest version of) Server and Cloud.  For older versions of JIRA, check the differences between the /latest documentation and your particular version:

https://docs.atlassian.com/jira/REST/

Julian Lyndon-Smith April 15, 2017

I disagree. I have just hit a difference - you cannot expand properties on an issue search with server rest, but you can in cloud rest ... 

why ?

Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2019

Please note that in the last few years this has changed, due to Cloud moving to a multi-tenant architecture. The Cloud REST API and Server REST API have diverged somewhat and are now different. Please compare the following pages:

https://docs.atlassian.com/software/jira/docs/api/REST/latest/

https://developer.atlassian.com/cloud/jira/platform/rest/v3/

Like Lloyd Langley likes this
0 votes
mh xu May 15, 2016

OK. So that means after we do some work to integrate a local APP with JIRA Server version(mostly getting data from JIRA through REST API), it should automatically work with JIRA cloud version if we choose latest version of JIRA, right? 

Suggest an answer

Log in or Sign up to answer