I am using oauth 2.0 tokens to work with the APIs, till now the APIs are worked for me as follows,
https://api.atlassian.com/ex/jira/{cloud id}/rest/api/2/project
Calling to this API, I am getting the output, now my next steps are to get the board list of the project and then the issue list. But now here I am not able to find the endpoint for it, and whichever I am able to found over internet is some of them giving me unauthorized or
You should look into Jira software endpoint if you're specifically looking into boards https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-issue-get
If you can get the issues on a board, you can retrieve the board id and use that to query for the specific board details then curate your list of boards. Not a 1 call API but it means you will need to combine a few API to create your own unique endpoint.
The documentation for v2 and v3 of the REST API for Jira Cloud does not provide an endpoint for getting agile boards. That appears to be available only in v1.
In my searching so far I have not found any documentation of a workaround for the Jira Cloud API.
You can get the issues list for the project using "search" API and a JQL of your design.
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.