Set up your project’s issue workflow (statuses and transitions).
Understand statuses
Statuses represent where an issue is in its lifecycle:
- Backlog — Not yet started
- In Progress — Currently being worked on
- In Review — Waiting for review
- Done — Complete
Your project may have custom statuses.
View current statuses
- Go to Settings > Workflows or Statuses
- See all statuses and their order
Create a custom status
- Go to Settings > Workflows
- Click + New Status
- Enter:
- Name — e.g., “Testing”, “Blocked”, “On Hold”
- Category — Backlog, In Progress, or Done
- Color (optional) — Visual indicator
- Click Create
The status is now available for issues.
Reorder statuses
- Go to Settings > Workflows
- Drag statuses to reorder them
- This affects how they appear on the board
Set default status
- Go to Settings > Workflows
- Click a status
- Toggle Default to mark it as the starting status for new issues
- Click Save
Create workflow rules (if supported)
Some projects support workflow rules:
- “Auto-move to Done when all subtasks are marked done”
- “Notify team when status changes to Blocked”
Check Settings > Automation if available.
Status best practices
Train your team on what each status means
Keep statuses simple (3–5 is ideal)
Use a consistent naming convention (all verbs or all nouns)
Ensure statuses flow logically (Backlog → In Progress → In Review → Done)