#17 Merge bug severity and priority
Closed by lbrabec. Opened 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

Backend side implemented in https://pagure.io/fedora-qa/oraculum/c/f6bbbcccf4e5a69c1adb35f124f316b00d538930?branch=master

Deployed, bugzilla cache purged.

Metadata Update from @frantisekz:
- Assignee reset

Metadata Update from @lbrabec:
- Issue assigned to lbrabec

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

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/apps/packager_dashboard/issues/17

Please continue any further discussion there.

Metadata