Labels
Labels are colorful, customizable tags that can be attached to any issue in a project. They allow you to categorize work visually and flexibly, complementing issue types and priorities.
Creating Labels
- Go to Settings → Labels in the project sidebar.
- Click + New Label.
- Fill in:
- Name - free text (max 50 chars), e.g.,
frontend,urgent,v2.0 - Color - hex color picker for immediate visual identification
- Name - free text (max 50 chars), e.g.,
- Save.
Labels are project-scoped - they are not shared across different projects.
Applying Labels to an Issue
Via detail panel
- Open the issue.
- In the Labels field, click + Add Label.
- Select one or more labels from the list (name search available).
- Labels appear on the board card and detail panel immediately.
Via inline editing on the board
Hover over an issue card and use the quick menu (⋯) to add/remove labels without opening the full panel.
Filtering by Label
Use the filter bar at the top of the board:
- Click Filters → Label.
- Select one or more labels.
- The board shows only issues that contain all selected labels (AND filter).
The same filter is available in Table and Calendar views.
Labels in Export
When exporting issues (CSV or XLSX), the Labels column lists label names separated by commas:
frontend, urgent
When importing, you can fill the Labels column with comma-separated names. Labels that don't exist in the project are created automatically with a default color.
Management
In Settings → Labels you can:
- Edit name and color of any label
- Delete a label - it is automatically removed from all issues
- Reorder the label list
Only members with project settings access (
PROJECT_ADMIN, org Owner/Admin) can create, edit, or delete labels. Any member can apply or remove labels from issues.