Issue List Gadget

Smart Labels

Smart Labels add a colored badge to any issue that matches a condition. They make it easy to spot critical, overdue, blocked, or high-risk issues at a glance - without filtering the table.

Smart Labels

How Smart Labels Work

A Smart Label adds a new indicator column to the table. When an issue matches the label's condition, a colored badge appears in that column. Issues that don't match show an empty cell.

Multiple Smart Labels can be active at the same time - each gets its own column.

Two Types of Smart Labels

TypeHow It WorksBest When
JQL-BasedShows badge if the issue matches a JQL conditionCustom conditions - overdue, blocked, SLA breach, any complex logic
Filter-BasedShows badge if the issue matches a saved Jira filterReusing filter criteria already defined in Jira

How to Add a Smart Label

  1. Open the Issue List gadget in edit mode
  2. In the right panel, find the Smart Labels section
  3. Click + Add Smart Label
  4. Enter a label name (e.g., "Overdue")
  5. Choose the label type: JQL-Based or Filter-Based
  6. Enter the JQL condition or select the saved filter
  7. Choose a badge color
  8. Save the gadget

Smart Label Examples

LabelTypeCondition
CriticalJQLpriority = Highest
OverdueJQLduedate < now() AND resolution is EMPTY
BlockedJQLlabels = blocked
UnassignedJQLassignee is EMPTY
Due SoonJQLduedate >= now() AND duedate <= 7d
EscalatedJQLlabels = escalated OR priority in (Highest, High)
My WatchFilterAny saved Jira filter you select

Color Conventions

While any color works, a consistent convention helps users read the table faster:

  • Red - urgent / breached (Overdue, Critical, Blocked)
  • Orange - at risk / approaching deadline (Due Soon, High Priority)
  • Blue - informational (Watching, Assigned to me)
  • Green - positive state (Ready for Review, Approved)