Can I query openSprints() for a specific board

Lisa Mendonsa
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!
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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