Enum: PriorityLevelEnum
Standard priority levels for task/issue classification
URI: valuesets:PriorityLevelEnum
Permissible Values
| Value | Title | Meaning | Description |
|---|---|---|---|
| CRITICAL | Critical | Highest priority, requires immediate attention | |
| HIGH | High | High priority, should be addressed soon | |
| MEDIUM | Medium | Medium priority, normal workflow | |
| LOW | Low | Low priority, can be deferred | |
| TRIVIAL | Trivial | 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
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Standard priority levels for task/issue classification
title: Priority Level
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
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'