Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL card color

Yves Paquin November 16, 2021

Hello, I would like to know the JQL in order to change the color of the card based on the risk of the card ?

Ex :

4 and less is green

between 4 and 11 is yellow

12 and up is red.

Thx !

1 answer

1 accepted

0 votes
Answer accepted
Sebastian Krzewiński
Community Champion
November 16, 2021

Hi @Yves Paquin 

 

What type of field is Risk type. If it is number field JQL's should looks like this:

4 and less -> Risk <= 4

- between 4 and 11 -> Risk > 4 and Risk <= 11

- 12 and up -> Risk >= 12

 

Regards,

Seba

Yves Paquin November 16, 2021

Hi Seba 

In french : Niveau de risque inhérent:

Sebastian Krzewiński
Community Champion
November 16, 2021

Hi @Yves Paquin 

 

I didn't want name of you field.

What type of data you can put in this field? Text, number or is it select list?

Yves Paquin November 16, 2021

field impact  * field probality = risk level

Sebastian Krzewiński
Community Champion
November 17, 2021

So it should be:

4 and less -> "Niveau de risque inhérent:" <= 4

- between 4 and 11 -> "Niveau de risque inhérent:" > 4 and "Niveau de risque inhérent:" <= 11

- 12 and up -> "Niveau de risque inhérent:" >= 12

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events