Hi Jira Community,
I’m trying to create a custom formula in Jira Product Discovery to track project progress based on three custom single-select dropdown fields:
"On Track"
, "At Risk"
, "Off Track"
, "Needs Review"
)"On Track"
, "At Risk"
, "Off Track"
, "Needs Review"
)"On Track"
, "At Risk"
, "Off Track"
, "Needs Review"
)I created a 4th column called Progress and attempted the following formulas.
IF(AND(Schedule = "On Track", Resourcing = "On Track", Scope = "On Track"), "On Track", IF(OR(Schedule = "Off Track", Resourcing = "Off Track", Scope = "Off Track"), "Off Track", IF(OR(Schedule = "At Risk", Resourcing = "At Risk", Scope = "At Risk"), "At Risk", "Needs Review") ) )
ISSUE : Could not parse expression issue is displayed.
Would appreciate any help.
Thanks,
Pradeep
hi Pradeep! you will need to use automation for these advanced formulas, they cannot be used in custom formulas. Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.