Forums

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

Get the idBoard with the key project with REST API

laclac
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 18, 2020

Hello,

 

I have the list of my project: /jira/rest/api/2/project/

I have the key of my project and id.

But I need the idboard for the api /rest/agile/1.0/board/{idBoard}/...

How can I find the link between the keyproject and the idBoard.

 

1 answer

0 votes
Sunny Ape
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.
July 13, 2020

You'll need to get the list of all the Boards for that Project first. The query would be:

/rest/agile/1.0/board?projectKeyOrId=<KeyOrID>

You would then know all the IDs for all the Boards and can choose which one to use.

Here is the documentation for that.

Suggest an answer

Log in or Sign up to answer