Forums

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

Jira Rest API (Javascript)

p June 23, 2020

Anyone know where the documentation is for Jira API? there seems to be too many versions online, and especially confusing for someone new to jira. I'm trying to make an app where I can pull up jira issues with JQL. 

1 answer

0 votes
Radek Dostál
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.
June 23, 2020

Hi,

 

You should find it all here: https://developer.atlassian.com/server/jira/platform/rest-apis/

 

I'm not sure if I follow but you should only use the version which your Jira instance is at (or the closest to it).

 

E.g. to do a JQL search: https://docs.atlassian.com/software/jira/docs/api/REST/8.9.1/#api/2/search

 

//Radek

p June 23, 2020

Hi Radek thanks alot for the links,

Do you know if anyone on Atlassian is able to get on the phone and help me answer some technical questions? (Jira API implementation)

 

Radek Dostál
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.
June 24, 2020

Hi,

 

If you have a valid Jira license then likely they would answer them via a support ticket https://support.atlassian.com/ (contact support button at the bottom), but should not help in debugging any code.

 

Sometimes they also reply on the forums here, or depending on your questions one of us non-Atlassian guys could know too.

 

//R

p June 24, 2020

okay, thanks!

Suggest an answer

Log in or Sign up to answer