Hello,
when I go to the Backlog I can see that there are 47 issues (stories, tasks, subtasks) in the backlog.
But when I go to the issue search and query for issues with the Status = Backlog, then I can see 83 issues
After digging deeper I have the assumption that some subtasks are not shown in the backlog and some are shown. I can confirm that the backlog is not filtert anyhow and subtasks are generally visible in the backlog.
This is really bugging us, since we want to have an overview of all the open work in backlog.
Hello @Toni Ikar
Welcome to the Atlassian community.
Is this a Scrum board or a Kanban board?
Is it for a Company Managed project or a Team Managed project?
The "Backlog" section of a board's Backlog screen is not necessarily linked to the issue status named "Backlog". Depending on the board and project type issues in the "Backlog" status may already be moved to the board.
It is also possible that the filter used by the board is excluding some of the subtasks. If the board is for a Team Managed project it will select all the issues in that project, but if it is for a Company Managed project then it is possible the filter has been modified.
When you provide answers to the two questions above we'll be able to provide more specific guidance on additional debugging.
Hi @Trudy Claspill ,
We are using a Kanban Board within a Company Managed project. Here is the status on the column settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Toni Ikar
A Kanban board may have a sub-filter applied. Example
Does your board have such a sub-filter?
When you see the issue count in the Columns/Status page those counts are before the sub-filter is applied. The subfilter will affect the issues that display in the Backlog and on the Board. If your board has such a sub-filter check if the missing issues are being excluded from the display because of the criteria in the subfilter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Trudy Claspill Here is a screenshot of my settings:
I found out that it's at least somehow related to the sub-tasks, I just can't find a pattern..
When filtering backlog to show all issue types except sub-tasks -> 48 issues
When JQL filtering for issue in status backlog and issue types except sub-tasks -> 48 issues
Doing the same but this time including sub-tasks, I get 77 issues in the backlog and 91 in JQL search... ? So somehow 14 sub-tasks are in status backlog, but not shown in the backlog
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you compare the list of 91 from the JQL search to the 77 in the Backlog and identify the specific issues that are missing?
Once identified look at the Fix Versions field for those issues. Is it empty or does it have a value?
What do you get if you use this JQL?
project = ITB and (fixVersion in unreleasedVersions() OR fixVersion is EMPTY)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For that query I also get more issues than in the backlog. I identified a few subtasks and the Fix Version field is empty.
I found one pattern though, all sub-tasks for which the parent Story isn't in Backlog/Review status and therefore isn't in the backlog also aren't visible despite being in the right status. Could it be that subtasks are only visible in the backlog, if the parent story is also in the backlog ?
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.