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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.