Hi everyone,
Since the original answer was posted to this question Atlassian Cloud has deprecated the specific endpoint of GET /rest/api/2/project. As such there is another endpoint you can use now to get back your projects via REST in Jira Cloud.
For Jira Cloud:
For Jira Server:
I hope this helps to clarify how you can do this in both platforms via the REST API.
Cheers,
Andy
Hi Andy
I am battling to get ALL the boards in that response, I can't quite figure out the parameters. Not being a developer, the API docs are just over my head; any guidance you have would be appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Timothy,
We have a few different guides to help get you started. If you're using Jira Server or Data Center, then I'd recommend trying JIRA Developer Documentation: JIRA REST API Version 2 Tutorial
If you're using Jira Cloud, then it might be better to start with Basic auth for REST APIs. This document explains one of the easiest ways to get REST API data in our Cloud platform. There is a blog post about how to make a REST call in Jira Cloud over in https://blog.developer.atlassian.com/creating-a-jira-cloud-issue-in-a-single-rest-call/ however I believe that the authentication in that blog is already out of date. You would need to follow the steps in the Basic auth guide linked instead to make this work.
While you could use lots of different programs in order to make REST API calls, one of the most popular methods is to use curl, a command-line application. I'd suggest using it, regardless of whether you are working with Jira Cloud or Jira Server.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
Nice to meet you in our community! Welcome!
Our documentation below can provide you all the additional details you need regarding Jira Software REST API:
For the specific API's that you asked, I believe you can find more details below:
Also, if you are new to our REST API, I strongly recommend you to check our tutorials below:
Please, let me know if you have any follow up questions!
Kind regards,
Pedro Souza.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pedro Souza : Are the below two api's getting board details not available in v2 API? I see , they are only availabe in 1.0.
Thanks,
Syed
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.