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.
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
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.