Forums

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

get board details using JQL

Josephine_Tina_ Albert
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, 2026

how can a Scrum Master figure out how many sprints on his/her current board originated from a different board, without using the API.

need JQL.

3 answers

2 votes
James Gamble
June 17, 2026

Hola,

I don’t think JQL can answer this directly.

JQL searches for issues, not board or sprint metadata, so it can tell you which issues are in a sprint, but it won’t reliably tell you which board a sprint was originally created from or count “sprints on this board that originated from another board.”

A sprint can appear on a board because the board filter includes issues from that sprint, but that does not mean the sprint was created on that board. That board-origin information is board/sprint metadata, not something exposed through standard JQL.

Without using the API, the practical options are pretty limited:

  • Check the board’s sprint list manually.
  • Ask a Jira admin or someone with API access to pull the sprint/board details if you need an accurate count.

So the direct answer is: this is not possible with JQL alone. You would need the Jira Agile/Software API, or another admin/reporting tool that can access board and sprint metadata.

Thanks,

James

0 votes
Ben Spillane
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 Champions.
June 17, 2026

Hi  @Josephine_Tina_ Albert ,

Welcome to the community forums!

There's quite a bit to unpack with your question but I'm confident this simple dashboard solution should provide the information you seek.

Why do other sprints appear on your board?

In Jira, sprints are tied to work items, not boards.

If your board's underlying filter pulls in an issue that is assigned to a sprint created elsewhere, that entire sprint will show up on your board.

This usually happens if your filter is too broad or if an issue was moved into your project.

How to identify them (without the API)

JQL doesn't expose a sprint's "origin board," but you can easily map out exactly where these sprints are coming from using a Dashboard gadget.

👉 Create a Dashboard and add a 2D Matrix

  1. Go to a Jira Dashboard and add the Two-Dimensional Filter Statistics gadget.

  2. Set Saved Filter to your board's configured filter.

  3. Set XAxis to Sprint.

  4. Set YAxis to Project.

  5. Click Save.

 

I hope you find this informative and provides an answer to your question. Remember also, the more context you provide to the community the more precise our answers are able to be. :) 

Regards, 

Ben

 


Demonstrative Screenshots

Here's a few screenshots demonstrating multiple company-managed spaces configured with boards that pull work items from multiple boards:

Multiple spaces:

Screenshot 2026-06-18 at 06.21.02.png 

 

Space Command Board with broad filter scope:

Note: You may also see additional sprints as result of work items being moved from space to space.

 Screenshot 2026-06-18 at 06.25.49.png

Dashboard with gadgets linked to the "Space Command Board's" filter:

Screenshot 2026-06-18 at 06.29.34.png

Trudy Claspill
Community Champion
June 17, 2026

Hello @Ben Spillane 

The Two Dimensional gadget is counting how many issues in the sprint are in the specified project.

It doesn't provide any information about the board in which the sprint was created.

Like Martin Runge likes this
Ben Spillane
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 Champions.
June 17, 2026

That's absolutely right, @Trudy Claspill . You can't query or display Jira board objects via JQL.

However, by creating a new filter with one minor tweak, we can get a little bit closer to answering the original question:

"how many sprints on his/her current board originated from a different board"

Create a new filter for the dashboard gadgets to reference:

  • This filter will essentially take everything from his/her current board and ensure the filtered work items don't belong to the specified space.
  • What's left are only items brought in originating from other sprints/boards.

Screenshot 2026-06-18 at 12.27.59.png

Dashboard gadgets side by side:

  • Now the dashboard excludes his/her current board's sprints as per the JQL's filter+space criteria
  • While we're still unable to display actual board objects, we CAN skim the table and see there's 6 sprints originating from different boards.

Screenshot 2026-06-18 at 12.27.25.png

Trudy Claspill
Community Champion
June 17, 2026

Hello @Ben Spillane 

However, by creating a new filter with one minor tweak, we can get a little bit closer to answering the original question:

"how many sprints on his/her current board originated from a different board"

Create a new filter for the dashboard gadgets to reference:

  • This filter will essentially take everything from his/her current board and ensure the filtered work items don't belong to the specified space.
  • What's left are only items brought in originating from other sprints/boards.

Given that we don't know the actual filter that is being used by the author in the board, what small tweak are you recommending should be made?

 

@Josephine_Tina_ Albert Can you share with us the filter being used by the board?

0 votes
Martin Runge
Community Champion
June 17, 2026

Hi @Josephine_Tina_ Albert

Welcome to the Atlassian community!

Jira Query Language (JQL) is designed strictly to filter issue data fields and cannot query board configuration metadata or isolate the original source boards of your sprints.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events