Concepts
Task Lifecycle
How tasks flow from creation to resolution.
Task Lifecycle
Every task in opntasks follows a defined lifecycle from detection to resolution.
Statuses
| Status | Description |
|---|---|
open | Newly submitted finding, awaiting review |
in_progress | Team is actively working on remediation |
resolved | Fix has been applied and verified |
dismissed | Finding was reviewed and determined to be a false positive or won't fix |
State transitions
open → in_progress → resolved
open → dismissed
in_progress → open (re-opened)
in_progress → dismissed
resolved → open (regression detected)Severity levels
| Level | Description |
|---|---|
critical | Requires immediate attention, blocks deployment |
high | Should be fixed before next release |
medium | Should be scheduled for fix |
low | Fix when convenient |
info | Informational, no action required |