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!
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).
This JQL string is significantly out of date and will not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sadly, it doesn't look like it unless you enforce naming conventions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.