You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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✌
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.