Can we create filter for columns based on labels on Kanban boards
I'm trying to create a Kanban board for tracking Infrastructure issues in my application. I am looking out for a functionality to filter Columns in a Kanban board based on a Label. That is, I want all the Stories having a particular label say, "Analysis" to be under the "TO DO" column.
Is this functionality available? If so, how is it done?
Hello Mamatha,
Are you just needing to only return the issues with the label you want on the board or you are trying to somehow also "Block" the issues with a specific label from being transitioned to any status but "To do"?
Just to better contextualize, your board columns are mapped to the issue Status, so the status will determine which column the issue will be placed on the board.
To display only issues with a specific label on your board, you can change the board filter (... > Board settings > General > Edit Filter Query) to:
Project = your project and label = "Analysis"
Now, if you want to block your issues to be moved from one status to another while they are with the label you mentioned, you will need to configure a validator in your workflow transition that will only allow issues to be transitioned if the label field is Empty.
Please, let me know if you have any questions about it.
"your board columns are mapped to the issue Status, so the status will determine which column the issue will be placed on the board"
Is there a way to build boards where columns can be mapped to a label?
For example configuring column1 to only show issues with a tag 'Cat' and column2 to show issues with a tag 'Dog'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mapping the columns to different labels would be something that would really support my teams way of working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me too
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1, our case is around having QA and software devs on the same ticket, we ideally want status to remain for devs but QA to also have a view showing the QA stage it is in
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is one of the reason we moved from JIRA to clickup... Other thing being able to have the sum of story points per columns.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Drats---I came here looking for the same solution. Would love this feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a way to add this to Jira's feature request queue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here. Any additional flexibility would be nice. People are going to want varying levels of granularity in the way they represent Kanban progress. Statuses alone are very restrictive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.