I would like to define IF, THEN values driven by a multi-select dropdown. The goal is to add specific multipliers/weighting for each multi-select field. An example is customers and revenue.
The formula might look like {multiplier}*{reach}/{effort} where the {multiplier} is driven by labels.
If Customer A label exists, multiplier equals 1.5. If customer A and customer B label exists, multiplier equals 1.5*1.2. If no label exists, multiplier equals 1. Etc.
Is this possible with jira product discovery formulas?
Hi @Pat Mihelic -- Welcome to the Atlassian Community!
I do not believe such conditional logic is supported for JPD custom formulas yet: https://support.atlassian.com/jira-product-discovery/docs/expression-based-formulas/
As a workaround, you could use an automation rule, triggered on changes to your input fields, and using a lookup table for the mapping of multipliers. For example:
To learn more, please see this information:
Kind regards,
Bill
Okay great. Thank you for your response Bill! I will give that a try
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.