About Issue Status
Issue status is represented by a colored bubble icon and determined using the following formulas:
If today < Deadline
- if % Complete = 0 then Status = Not Started
(blue)
- if % Complete > 0 and < 100 then Status = In Progress
(green)
- if % Complete = 100 then Status = Complete
(gray)
If today = Deadline
- if % Complete < 100 then Status = Due Today
(yellow)
- if % Complete = 100 then Status = Complete
(gray)
If today > Deadline
- if % Complete < 100 then Status = Overdue
(red)
- if % Complete = 100 then Status = Complete
(gray)
(click outside window to close)