Add colors to cards on your board
You can add colors to cards on your board to help your team identify work items easily. You can assign colors to cards based on request types, work types, priorities, assignees, or Jira Query Language (JQL) queries.
You must be a Jira admin, project admin or board admin to add colors to cards.
Add card colors
Queues
Go to the queue with the board to which you’d like to add card colors.
Select More actions (), then Edit queue.
Under the Board heading, select Card colors.
From the Select method dropdown list, select your desired method.
If you select Queries, select Add card color.
Select a color and enter a JQL query.
Select Add color.
Views
Select Configure views () at the top right of the page.
Select Card colors, then follow the instructions in step 4 above.
Examples using JQL
All work items that are due in the next 24 hours:
due <= "24h"
All work items due by the end of month:
duedate > endOfMonth()
Change card colors
Once you've chosen a method, you can change the colors for each type of card.
Select the color you want to change.
Choose a new color.
Was this helpful?