Hello,
I have set my Jira cards to change colours depending on how long it has been since the ticket was created, i.e.:
Now I would like to keep the colours of the ticket when it is moved to Done (or when the statusCategory is done).
For instance, if the ticket was completed within 15 minutes, the colour will stay as green in the Done column; if it was completed when the ticket colour has changed to red, then it will show as red, and so on.
Please, what would be the best way of doing this?
Thank you in advance!
Hello @Caroline Hazna Imelda
Welcome to the Atlassian community.
It sounds like what you want to set the card color based on comparing the Resolved Date to the Create Date. Is that correct?
Jira does not natively support comparing two date fields to each other in a JQL, which is how card colors may be set in a board. It also doesn't support setting card colors in a board using Automation Rules.
What you could do is use an Automation rule to calculate how much time has passed between the date/time of the Created time stamp and the date/time when an issue transitions to Done, and save that value in a custom field. You could then adjust your card color JQLs to set colors based on that field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.