Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Backlog missing issues

Aki Martiskainen April 9, 2020

Hello!

 

We have an issue where some of our development tickets are not showing in the Backlog.

The board's filter query is as follows: project = <PROJECT> ORDER BY Rank ASC

Columns:

columns.JPGAs you can see, we have a 144 tickets in either "Idea" or "Analyzed idea" status. But, we only have 82 tickets in our Backlog:

backlog.JPG

 

If I perform a search with the boards filter (project = <PROJECT> ORDER BY Rank ASC), all issues can be found. For some reason those same issues are not visible in the active sprint view.

 

Another thing:

There are five different statuses in the "Development done, waiting UAT" column: "Done, waiting for review", "UAT, waiting for approval", "Accepted", "Released" and "Canceled". From those five we have two statuses that actually show in our board: "UAT, waiting for approval" and "Accepted". We would like to have the status "Done, waiting for review" shown in the board as well, but I'm unable to find a way to add it there.

 

Any help is much appreciated!

-Aki

3 answers

0 votes
Ste Wright
Community Champion
April 9, 2020

Hi @Aki Martiskainen

As this is a Scrum Board, the backlog will show any issue which is not completed in a sprint (complete is defined as any statuses mapped to the right-hand column) and not in the active or a future sprint.

Can you confirm if any of the issues in "Idea" or "Analyzed Idea" have a sprint set against them? 

You can try searching for this using JQL - for example:

issuetype in ("Idea", "Analyzed Idea") and sprint is not empty and (Sprint not in closedSprints() or (Sprint in closedSprints() and (Sprint in futureSprints()) or Sprint in openSprints()))

This searches for issues with a sprint which are either:

  • Not in a Closed Sprint or...
  • Are in both a Closed Sprint and a Future / Open Sprint

This is because both scenarios could lower the number of Ideas on your Backlog.

Alternatively, you could add a Quick Filter if you're the board admin for the two issue types:

  1. Go to Board > Board Settings
  2. Select Quick Filters on the left-hand menu
  3. Create a Quick Filter which searches for issuetype in ("Idea", "Analyzed Idea")
  4. Press Add

Then you could apply the quick filter on the board and see where the Ideas sit - either in the Backlog or in Sprints.

-----------------

In regards to your second question, you have the statuses mapped - but this doesn't change your workflow.

This means if you need to be in "Accepted" before you move to "Released" - it will only be an option for drag/drop on the board for issues already in "Accepted". It also means if this is the case you'll need to have "Released" in a different column to drag the issue into - you cannot drag between statuses in the same column.

--------------

Give both of these a try and let us know the results :)

Ste

Aki Martiskainen April 15, 2020

Thank you for your suggestions.

I searched with the query you provided and Jira found 32 issues. I had to modify the query a little though as we only use issuetype Task, so I used this query:

project =<PROJECT> and status in ("Idea", "Analyzed Idea") and sprint is not empty and (Sprint not in closedSprints() or (Sprint in closedSprints() and (Sprint in futureSprints()) or Sprint in openSprints()))

So 32 Ideas or Analyzed Ideas that do have a sprint value. 

As of today we have a 142 issues in total which have a status of "Idea" or "Analyzed Idea".

Also I have just found out that we have 38 issues in total in those statuses that are of issuetype "Epic", "Story" or "Sub-Task". I queried with issuetype not in ("Task"). So this definitely adds another ingredient into the mix as I need to figure out what to do to those issues.

I researched deeper into those odd issues with other than issuetype "Task" and some Sub-Tasks are actually visible on sprints, but others aren't. For example I have two basically identical issues created by the same person on the same day with just minutes in part, and one of them is visible in a sprint board while the other is not..

 

Regarding the second part. Here is our project workflow:

workflow.JPG

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2020

Hi @Aki Martiskainen 

Did you notice in your status mapping that some of the status category types (To Do, In Progress, and Completed) do not match the columns on the board?

You can see that from the color coding: To Do is gray, In Progress is blue, and Completed is green.  The left-most column should be To Do status values only, and the right-most should be Completed status values only.

Best regards,

Bill

Aki Martiskainen April 15, 2020

Yes I have noticed and I agree that the grouping is "off" with our project. Anyhow it's mostly working as intended and we can see issues in the status "UAT, waiting for approval" (which is an 'In progress' issue) in our sprint boards regardless of that status being in the 'Completed' column. At the same time the other 'In progress' status "Done, waiting for review" doesn't show on the boards. This is puzzling me. 

Just to make it more clear (not that you need more clarification, but maybe someone else reading my attempt at explaining this), when I say these mentioned issues show or don't show in our boards I mean the sprint boards and not the Backlog.

0 votes
Aki Martiskainen April 9, 2020

Ah I forgot to add one thing! I just did some research into the issue and found out that some issues in our backlog are actually in statuses like "Selected for development", "Development in progress" and "Unit testing in progress". 

So that means that even fewer of the 144 issues in statuses "Idea" or "Analyzed idea" are actually visible in the Backlog.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events