Jira API how to get all the boardid by projectid

Monica Li April 9, 2021

The purpose of this is that I can loop with epic api using boradid as filter

I use CData Jira source connector, the SQL-like commands have different performance per the kind of filter applied.

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
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.
April 9, 2021

Hi @Monica Li 

Are you trying to call the REST API for Jira Server to do this?  If so, please take a look at this method in the documentation:

https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/board-getAllBoards

Best regards,

Bill

Monica Li May 26, 2021

Thanks Bill!

What worked exactly is this:

https://my-jira-site.com/rest/agile/1.0/board?projectKeyOrId=12346

and I got about 10 boards per project the  most.

The "get-allboards" returned 1600+ boards from my instance....

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer