Tickets
(Draft)
Contents
Thoughts on how to manage tickets
This document is a work-in-progress.
Tickets have certain metadata, and more can be configured by the admin. We should decide what each of these means, and how we are going to use them.
Priority
| Value | Meaning |
|---|---|
| Optional | ? |
| Minor | ? |
| Major | ? |
| Critical | ? |
| Blocker | The component (or toolkit) cannot be used. We cannot release with a ticket in this state. |
Type
| Value | Meaning |
|---|---|
| Defect | A bug |
| An improvement suggestion | |
| Task | Something that needs to be done that does not make any change to the code |
Milestone
Version
Component
Keywords
State
| Value | Meaning |
|---|---|
| New | ? |
| Accepted | ? |
| Assigned | ? |
| Reopened | ? |
| Closed | (fixed, invalid, duplicate, wontfix, worksforme) |
| Review | ? |
| reviewed_ok | ? |