Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

rest api browser not showing all calls

Keith Spiteri April 11, 2016

Hi All,

I am relatively new to JIRA development so bear with me, I kind of got the gist of it but I'm having issues accessing the V2 APIs. As seen below, I can only see these two Public API calls, which is awfully strange.

public_apis.png

My question is: Am I running some outdated version of the API/JIRA? I Uninstalled the REST API Browser manually (from version 3.1.3 to 3.2.0) but nothing changed.

I'm using the SDK, which was freshly installed yesterday:

ATLAS Version:    6.2.4
ATLAS Home:       /Applications/Atlassian/atlassian-plugin-sdk-6.2.4
ATLAS Scripts:    /Applications/Atlassian/atlassian-plugin-sdk-6.2.4/bin
ATLAS Maven Home: /Applications/Atlassian/atlassian-plugin-sdk-6.2.4/apache-maven-3.2.1
AMPS Version:     6.2.3
--------
Executing: /Applications/Atlassian/atlassian-plugin-sdk-6.2.4/apache-maven-3.2.1/bin/mvn --version -gs /Applications/Atlassian/atlassian-plugin-sdk-6.2.4/apache-maven-3.2.1/conf/settings.xml
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T18:37:52+01:00)
Maven home: /Applications/Atlassian/atlassian-plugin-sdk-6.2.4/apache-maven-3.2.1
Java version: 1.8.0_77, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11", arch: "x86_64", family: "mac"

I had some issues with the Java version not updating properly, which was then fixed. Another peculiar thing I noticed;

what-the.png

Is the JIRA version showing 1000.0.0 normal?

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Krzysztof Kercz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 11, 2016

Hi, Keith. Unfortunately, the REST API browser does not work correctly in latest JIRA releases. However, take a look at the REST API documentation, which contains everything you might need (a list of all resources with descriptions, examples and schemas): https://docs.atlassian.com/jira/REST/cloud/

Keith Spiteri April 12, 2016

Thank you, Krzysztof.

Any idea why the version shows 1000.0.0, is this normal? (I'm not bothered, just genuinely curious)

crf
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 12, 2016

@Keith Spiteri: It was published accidentally and I'm working on getting it removed.  If it starts causing you problems, then you should be able to set the jira.version directly in your pom.xml to get it to use a specific one instead of the latest that it finds.  Plugin developers should generally only use the LATEST setting as an early warning for binary compatibility testing, anyway – for actually writing a plugin, you would want to set it to the minimum version that you intend to support.

Keith Spiteri April 12, 2016

Thanks for the very detailed description, @Chris Fuller. Not in a hurry but I was asked this particular question and wanted to give the correct answer.

Desmond Whitt February 21, 2017

any idea when this is going to be fixed?  I'm on JIRA 7.1.9 build 71013 and this is broken and kind of a pain now that I had gotten used to having it.

TAGS
AUG Leaders

Atlassian Community Events