Forums

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

Can I query openSprints() for a specific board

Lisa Mendonsa January 7, 2025

When I use openSprints() can I pass it the name of the board so that it only checks the active sprints for that board?

1 answer

0 votes
Rudy Holtkamp
Community Champion
January 7, 2025

Hi @Lisa Mendonsa ,

You can't pass the name of the board. What you can do is this:

  1. If you did not already have saved the filter where your board is based upon, then save the filter now.
  2. In the URL of your browser, you will see the filter id. E.g. https://rudy.atlassian.net/issues/?filter=10051, so the filter id is 10051
  3. Now you can use the JQL:
    sprint in openSprints() and filter = 10051

I hope this helps,

Rudy

Suggest an answer

Log in or Sign up to answer