Hi Community,
i have the following problem:
When at the fields "Goals realized" or "Quantitative benefits realized" No or Partial is selected, then should the fields "Objectives Note", "Quantitative benefit Note" and "Qualitative benefit Note" be required.
When at the fields "Goals realized" or "Quantitative benefits realized" Yes is selected, then shouldnt the fields "Objectives Note", "Quantitative benefit Note" and "Qualitative benefit Note" be required.
Does anyone have any idea how to do this the easiest way?
Best regards
Jurica Petricevic
are you trying to do that on a transition (or issue creation) screen?
Also, are "Goals realized" and "Quantitative benefits realized" two single-select type custom fields?
If so, you can add a "Fields Required Validator (JMWE app)" Validator to your transition, select "Objectives Note", "Quantitative benefit Note" and "Qualitative benefit Note" as the required fields, check the "Conditional validation" checkbox, and use this script:
issue.get("Goals realized") != "Yes" || issue.get("Quantitative benefits realized") != "Yes"
@David Fischer thank you very much.
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.