List of issues from a specific board with a specific status

amiru.randil June 17, 2022

Hi 
I am I'm a bit new to JIRA and I want to get a list of all the Issues in a specific JIRA board with a specific status( To do, In Progress, or both) using an API
I've tried some of the APIs and found one to get the issues but I haven't been able to get issues with a specific status.

https://<domain-name>.atlassian.net/rest/agile/1.0/board/<board-id>/issue?jql=ORDER%20BY%20Created&maxResults=100&name=To Do

Does anyone know how I can get issues with a specific status?

Thanks in advance✌

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 17, 2022

Look at the board filter first - that can be found under Board settings -> General.

It is often just "Project = xyz", but you can define your own, so it's worth checking.

Take that filter and run it as a search, but add "and status in (x, y, z)" to it.  Once it's working in the issue navigator, you'll be able to use in the API call.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events