The current out of box JIRA Agile is not able to restrict user to create a specific type of board.
#JIRA Agile.
Thank you,
Datta Borude
Hi Datta,
By default we cannot disable the Kanban action. But if your target is to avoid users of seeing this option, maybe you should create a Java Script to hide it.
The Java Script can be placed on the Announcement Banner and to create it is important to use firebug or chrome inspector to see the elements that you want to hide.
This will not avoid the user to create a kanban by using the URL for this action, but if the idea is to avoid them to create it by mistake, it can be a workaround.
@Bruna Griebeler Can you please provide the java script as we need to disable this in our project ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bruna,
Thanks for your suggestion.
I have simply added below code to Annoncement Banner and worked like magic. :)
<style type="text/css"> #ghx-wizard-methodology-kanban { display: none; } #ghx-wizard-methodology-kanban-sample { display: none; } </style>
Thank you,
Datta Borude
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Datta I tried the same but i didn't work.. can you suggest, if any other changes to be Done along with this Script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure there is a question here - you've stated how Jira Agile works. Is there a question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
s it possible to turn off the Kanban board feature in JIRA? We don’t want people starting Kanban. It’s not an approved lifecycle model in our organization.
Reference: JSP-197462
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We can't see your support issues, we're end users
I think you can shut Kanban off completely, but I have not tested this in anger - go to manage addons, find Jira agile, open it up and disable the two modules with Kanban in their name.
This kills it completely - none of your users will have access.
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.