Easy way to determine board type

Jennifer H. March 11, 2014

Hi,

Is there an easy way to determine the board type (Kanban vs Scrum) of existing boards? I thought it was shown in the manage boards view, but it's not there. Is there a query we can run to get this info? (We have a long list of boards in our Jira environment).

Thanks!

2 answers

1 accepted

1 vote
Answer accepted
Jennifer H. March 16, 2014

The board type is indicated in the manage boards view from Agile 6.3.x onward. Below that you can run:

select "OWNER_USER_NAME", "NAME" from "AO_60DB71_RAPIDVIEW" where "SPRINTS_ENABLED" is true order by "OWNER_USER_NAME";

(Sprints aren't enabled for Kanban).

Mark Mathis IV June 18, 2021

This JQL string is significantly out of date and will not work.

0 votes
Chris Rondeau
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 Leaders.
March 11, 2014

Sadly, it doesn't look like it unless you enforce naming conventions.

Suggest an answer

Log in or Sign up to answer