Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Days in column" dots explanation

I'm trying to work out the logic behind the Days in Column dots on JIRA boards but can't quite get it right.

It's almost the following:

  1. A grey dot is 1 day
  2. An orange dot is 2 days
  3. A red dot is 3 days
  4. Only show dots for up to 12 days

But those rules don't work for a handful of cases.

Here's my data, taken from a snapshot of one of my boards:

https://docs.google.com/spreadsheets/d/16oGvpQomtJEaS6hmhNfFaDub-4nafmi1jJ32PYMSyvQ/edit?usp=sharing

Does anyone know the logic behind this?

like image 228
Rich Jenks Avatar asked Nov 07 '17 17:11

Rich Jenks


People also ask

What do the dots mean on Jira?

When you enable days in column, the number of the days that an issue has been in a column are represented by a series of dots on the card itself. This helps you see issues that are stagnating — this is particularly useful when your board is displayed as a wallboard.

How do I show days in a column in Jira?

Days in columns is a feature that can be enabled or disabled on board settings. To enable or disable it you'll need to have jira-administrator or project-administrator permissions on the board. You'll see the option to show Days in columns. Thank you!

What are cards in Jira?

Jira Cards allow you to work with Jira issues right on the Miro boards. Go ahead and make them a part of collaborative retrospectives, story sizing, backlog prioritization, story mapping, and other team activities.


1 Answers

See the "Using Days in column" on the online help:

Blank dot → 1 day
Grey dot → 2 days
Yellow dot → 3 days
1 red dot → 5 days
2 red dots → 8 days
3 red dots → 12 days
4 red dots → 20 or more days

Note that if you move an issue back to a column where it's previously been, the indicator gives you the cumulative number of days the issue has stayed in that column.

The logic has also changed recently according to this post stating "the new dots behaviour is available only in Cloud".

There is an outstanding bug where the weekends are counted as days. This might explain why your data doesn't align.

like image 93
Stephen Straton Avatar answered Oct 09 '22 04:10

Stephen Straton