You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've read the documentation and I'm still a little confused as to how I begin using the Jira REST API. I am a new member of my company's Jira instance and they have tasked me with developing an external plugin which leverages some of the data available with the API. I don't know too much about how the software is set up other than it appears that we are not hosting it in-house. I'm very familiar with how REST endpoints work, JSON, and all of that I just don't know if everything is already accessible and if so, at what URL.
Thank you in advance!
You can find the REST specification here: http://docs.atlassian.com/jira/REST/latest/
Just access the urls in browser to see if it is enabled. If not, make sure the 'Allow Remote API Calls' is turned ON under Administration > General Configuration.
I don't see General Configuration on my Administration page, all I see is Projects, Project Categories, User Management, Look and Feel, Tabs, Help and Support, and Jira Import. Also, which URLs should I try? My instance of Jira is hosted at https://snydla.jira.com/, does that mean https://syndla.jira.com/jira/rest/api/2/component/10000 or any of the other exmaples should work?
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try https://syndla.jira.com/rest/api/2/component/10000
For OnDemand, RPC calls should be ON by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using JIRA v7, see what @Nic Brough [Adaptavist] stated here. The REST API is enabled by default since Version 7.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey
I am trying my REST api of hosted instance but its giving me 401 error even though i put basic headers
https://fusionbussolutions.atlassian.net/rest/api/2/issue/createmeta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.