The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JIRA DASHBOARD CONDITIONAL STATEMENTS

S R Lakshmi Narasimhan
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!
October 16, 2022

Hello,

 

I have a requirement to show status as Green. Yellow, Red based on the status of stories. 

 

If status = open > 100 I want to show the overall health as Red 

 else Yellow

 

How do we accomplish this 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
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 Champions.
October 16, 2022

Welcome to the Atlassian Community!

You will need to hack some of the code in Jira to do this, there's no way to do it with apps or scripted tweaks.

The status colours are determined by the status category that the status is in, and those colours are hard coded, although they do only appear in certain places (the status is sometimes rendered in plain text)

I'd also recommend that you re-think your colour scheme - it's useless to some humans who have unusual colour perception.