-
Suggestion
-
Resolution: Won't Fix
-
None
-
None
-
None
Problem Definition
With the latest release, JIRA v1000.456.2, the Kanban Backlog is showing the subtasks in Backlog.
Customers that were previously using Backlog on Scrum Board, expect that subtasks should not be shown.
Customer says that having subtasks in Backlog makes planning difficult.
Suggested Solution
Give an option to turn off sub-tasks as a default setting from the Kanban Backlog
Workaround
Use a Quick Filter for the Backlog view that doesn't show sub-tasks
issuetype != Sub-task
Note: This requires choosing the quick filter each time.. it also requires updating all other Quick Filters to include this otherwise, they return when using other Quick Filters.
[JSWSERVER-16667] Backlog should not show sub-tasks, Kanban Board should
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Gathering Interest [ 11772 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3064612 ] | New: JAC Suggestion Workflow 3 [ 3660454 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2705684 ] | New: JAC Suggestion Workflow [ 3064612 ] |
Link |
Original:
This issue is cloned from |
Attachment | Original: Subtask in Issue Detail View.png [ 318262 ] |
Description |
Original:
h3. Problem Definition
With the latest release, JIRA v1000.456.2, the Kanban Backlog is showing the subtasks in Backlog. Customers that were previously using Backlog on Scrum Board, expect that subtasks should not be shown. Customer says that having subtasks in Backlog makes planing difficult. * !Subtasks in Backlog.png|thumbnail! h3. Suggested Solution Remove the subtasks form Kanban Backlog h3. Workaround Use a filter for the board that doesn't show sub-tasks {code} project = "Project Name" and issuetype != Sub-task ORDER BY Rank ASC {code} Note: Because of the filter used, the subtasks are not shown in the Kanban Board neither but there is a note in the Issue Detail View. * !Subtask in Issue Detail View.png|thumbnail! |
New:
h3. Problem Definition
With the latest release, JIRA v1000.456.2, the Kanban Backlog is showing the subtasks in Backlog. Customers that were previously using Backlog on Scrum Board, expect that subtasks should not be shown. Customer says that having subtasks in Backlog makes planning difficult. * !Subtasks in Backlog.png|thumbnail! h3. Suggested Solution Give an option to turn off sub-tasks as a default setting from the Kanban Backlog h3. Workaround Use a Quick Filter for the Backlog view that doesn't show sub-tasks {code:java} issuetype != Sub-task {code} Note: This requires choosing the quick filter each time.. it also requires updating all other Quick Filters to include this otherwise, they return when using other Quick Filters. |
Link |
New:
This issue is cloned from |