How to check rest API compatibility

Youn Kim February 2, 2018

I've been developing a Jira rest API client against v7.7.0, but recently found out that our server is actually v7.4.1. How would I check if my client is compatible with the lower version? It's unclear how the API is versioned.

2 answers

1 accepted

1 vote
Answer accepted
Gaston Valente
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.
February 3, 2018

Youn,

API versions matchs with Jira versions, here are the links for both APIs:

7.7.0:

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

7.4.1:

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

2 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 3, 2018

The only way to check is to read the API docs for both versions.

The REST API version is considered to be the same as the Jira version, as it is part of it.

Suggest an answer

Log in or Sign up to answer