I am using simple formula using IF function in my JIRA structure, however, It is not properly calculating IF condition and Progress column and always putting it as "Red" which is default value.
IF( Progress > = 70; "Green"; "Red")
We have to use the below formula like this
IF(Progress > 0.7, "{panel:bgColor=#59B161}Green{panel}", Progress > 0.5, "{panel:bgColor=#FFAF00}Orange{panel}", "{panel:bgColor=#EF4B59}Red{panel}")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.