You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.