Can the "To Do" column in a Kanban Board be configured to show only stories/tasks/sub tasks? I currently have all the "To Do" issues in the Backlog and only have "In Progress" and "Done" columns on the Kanban Board. This is because when I add the "To Do" column to the Kanban Board, it pulls in all issues including Portfolio Epics, Capabilities and Epics which makes the list way too long.
I only want to show stories/tasks/sub-tasks in the "To Do" column.
Existing a lot ways to do this, but these are the most practical
The board displays the filter result. If the idea is to only display Story/Task and Sub-tasks you can adjust the board filter and change the JQL for getting only these Issue Types.
Another solution is creating a quick filter in your board to show only these Issue Types. The other Issue Types as Epic will still be displayed if you unselect the quick filter, but if the quick filter is already checked you only will see the types you want.
If this is not what you're looking for, let us know and we can provide another ways.
Hello @Vishal_Kalavar
To complete your need you can edit your board filter with a query like :
(issuetype in (task,...,sub-tasks) and status = "To do") or status != "To do"
d
Don't forget to save it and go back to your board :
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.