Enum: PriorityLevelEnum
Standard priority levels for task/issue classification
URI: valuesets:PriorityLevelEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| CRITICAL | None | Highest priority, requires immediate attention |
| HIGH | None | High priority, should be addressed soon |
| MEDIUM | None | Medium priority, normal workflow |
| LOW | None | Low priority, can be deferred |
| TRIVIAL | None | Lowest priority, nice to have |
Slots
| Name | Description |
|---|---|
| priority_level | Standard priority levels for task/issue classification |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: PriorityLevelEnum
description: Standard priority levels for task/issue classification
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
CRITICAL:
text: CRITICAL
description: Highest priority, requires immediate attention
title: Critical
aliases:
- P0
- urgent
- blocker
- '1'
HIGH:
text: HIGH
description: High priority, should be addressed soon
title: High
aliases:
- P1
- important
- '2'
MEDIUM:
text: MEDIUM
description: Medium priority, normal workflow
title: Medium
aliases:
- P2
- normal
- '3'
LOW:
text: LOW
description: Low priority, can be deferred
title: Low
aliases:
- P3
- minor
- '4'
TRIVIAL:
text: TRIVIAL
description: Lowest priority, nice to have
title: Trivial
aliases:
- P4
- cosmetic
- '5'