change the colour card based on queries

Natalia Caban June 13, 2017

I want to change colours of card based on an issue title contains one, specific word. Can I do that? 

1 answer

1 accepted

4 votes
Answer accepted
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 13, 2017

Hello Natialia,

Currently, you can do that using the "Queries" option in the card color configuration in the board's configruation section -

https://confluence.atlassian.com/agile063/jira-agile-user-s-guide/configuring-a-board/configuring-card-colours

You can write a JQL query and map that query to the color you want. 

In the query you can have something like "summary ~'<my-text>' "

Thus, if the summary contains a specific text then the card would be of the selected color.

Natalia Caban June 13, 2017

Thanks a lot!

Tarun Sapra June 13, 2017

If it works for you, then please upvote/accept the answer. thanks.

Suggest an answer

Log in or Sign up to answer