#17 Merge bug severity and priority
Closed 3 years ago by lbrabec. Opened 3 years ago by churchyard.

Currently, the dashboard only takes in severity of a bug. I'd like to see severity a priority merged into one filed, following this logic:

if severity is not specified:
    return priority
if priority is not specified:
    return severity
return max(severity, priority)

Where max operates on urgent > high > medium > low.

Or, if you implement your own sorting, this might be urgent > high > medium > low > unspecified and hence just return max(severity, priority).

Thanks.


Metadata Update from @frantisekz:
- Issue assigned to frantisekz

3 years ago

Metadata Update from @frantisekz:
- Assignee reset

3 years ago

Metadata Update from @lbrabec:
- Issue assigned to lbrabec

3 years ago

Metadata Update from @lbrabec:
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata