Forums

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

Configuring the color of the cards based on their creation date

Marko F
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 6, 2024

Hi all! I am trying to create JQL rules to change the colors of my still open cards based on the date of their creation. So if a card is one week or less old it should have a green border, between one and two weeks it should have a yellow border, and more than two weeks it should have a red border.

 

I wrote the following based on some web searches, but with them all my cards are green no matter how much time passes. What am I doing wrong?

Unbenannt.png

1 answer

1 accepted

0 votes
Answer accepted
Duc Thang TRAN
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 6, 2024

Hello @Marko F 

I think it's the opposite for your queries 

For Red card  : created < -14d and Status != Done

For Yellow :  created >= -14d and created < -7d and status != Done

For Green : created > -7d and status != Done 

Marko F
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 6, 2024

Hello! I've just tried your solution and it works! Thank you very much :-)

Suggest an answer

Log in or Sign up to answer