Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify REST API version of JIRA Server

Jesper Lund Stocholm July 2, 2020

I need to integrate to a JIRA Server installation through the REST API's. The version of the software is 8.3.4 .

I can find this overview of "version to build number" correlation, but I cannot figure out which version of the REST API that this particular server has.

Where can I find this overview - or query the JIRA software itself to get the information?

Thanks :-)

3 answers

0 votes
Marcel Stör July 14, 2023

The docs contain a sentence like "The current API version is 2" tucked away in the "URI Structure" chapter e.g. at https://docs.atlassian.com/software/jira/docs/api/REST/8.3.4/.

0 votes
Andrew Morin
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.
July 3, 2020
Jesper Lund Stocholm July 7, 2020

Hi Andrew

Well, I did some more digging, and I managed to find a WADL describing the REST API for Jira Server 8.3.4 . It is located here:

https://docs.atlassian.com/software/jira/docs/api/REST/8.3.4/jira-rest-plugin.wadl

At the top I found this path specification

jira REST API 8.3.4.png

So for now I am going to assume that at least "Version 2" of the REST API is implemented on 8.3.4 . I need to update/create/maintain issues via the API's, so I hope that I am good ... for now.

:-)

Thanks!

/Jesper

0 votes
Andrew Morin
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.
July 2, 2020
Jesper Lund Stocholm July 3, 2020

Hi Andrew,

As far as I can see this is the Java API. We are not going to use that but instead go "bare-back" :-) on the REST API's themselves.

I see that 8.3.4 is "relatively" new - can I assume that at least version 2 of the REST API's are available on that one?

I found this article documenting a version of the REST API's, but it seems to be of version 6.1, and I am not sure how that maps to our version 8.3.4

https://docs.atlassian.com/DAC/rest/jira/6.1.html

Thank you!

Suggest an answer

Log in or Sign up to answer