Hi,
I have JMCF field that uses a java script to calculate the difference between two dates and returns a number. I am looking this field to change red when it goes below a certain number, is there a way to do to this?
Thanks.
If you have the field as text rather than a number, you can use Jira markdown to change the color of the text. Example:
{color:red}This text will be red{color}
This text will be black
{color:blue}This text will be blue
This line too{color} But not this
Produces the text in this attached screenshot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.