FossilRepo
Add Priority field to ticket create form
Open
aecbab28b01b627…
· opened 2 days, 17 hours ago
- Type
- Feature_Request
- Priority
- Minor
- Severity
- Minor
- Resolution
- —
- Subsystem
- —
- Created
- April 8, 2026 7:03 p.m.
The ticket create form has Type and Severity dropdowns but no Priority field. Priority can only be set via the edit page after creation.
Add a Priority dropdown (Critical, Important, Minor, Zero) to the ticket create form alongside Severity.
Affected code: - templates/fossil/ticket_form.html — add Priority select - fossil/views.py — ticket_create() — pass priority field to cli.ticket_add()