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}")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.