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!
Hi @Amina Bouabdallah Thank you for your response. I will try the automation and see how it goes. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.