Open
Bug 2055878
Opened 12 days ago
Updated 9 days ago
Change the triage/bug due date calculation logic
Categories
(Tree Management :: Perfherder, defect, P1)
Tree Management
Perfherder
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: dmiculit, Assigned: dmiculit)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
The current logic for calculating the time difference between the current time and the due date for triage/bugs has several flaws:
- because the value is calculated as an absolute value, already due alerts such as -3h show as "3h left" in the UI
- overdue alerts only show as overdue after 24h since actually being overdue, also because of the absolute value
- the overall logic is pretty rigid and omits some edge cases
Updated•12 days ago
|
| Assignee | ||
Comment 1•12 days ago
|
||
Updated•9 days ago
|
Severity: -- → S2
Priority: -- → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•