Forums

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

List of issues from a specific board with a specific status

amiru.randil
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 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-
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.
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