> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd priority

> Set the priority of an issue

Generated from `bd help --doc priority`.

Set the priority of an issue.

Shorthand for 'bd update \<id> --priority \<n>'.

Priority levels:
0 - Critical (security, data loss, broken builds)
1 - High (major features, important bugs)
2 - Medium (default)
3 - Low (polish, optimization)
4 - Backlog (future ideas)

Examples:
bd priority bd-123 0    # Critical
bd priority bd-123 2    # Medium

```
bd priority <id> <n> [flags]
```
