Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So, you can set rules, or conditions, that cause your process to change based on input. The above statement relies on the “when\then” conditional statement.

Content

  1. Instruction on how to set Form logic

  2. View of Form logic in Jira issue

Instruction on how to set Form logic

All Fields or Conditional Steps that you want to use in the Form logic should be added to the Process before logic setup.

  1. Select the Process Step you want to add a Form logic to and add one of the multi-choice elements (dropdown, multi-choice, checkbox, radio button).

  2. Click the Form logic button in the top center of your screen as it is shown below.

  3. Add a new rule to your form conditional logic. Select the option in the When dropdown list.
    The option “When” allows selecting any single choice field of any form fields with predefined values (dropdown, multichoice, radio, checkbox).

  4. Select the right condition “Is / Is not” and the Value of the selected option.

  5. Then choose what you want to happen after the element option will be chosen:

    1. Show the following Fields
      If you choose this option, select which fields should be displayed according to this conditional logic.

    2. Show Conditional Step
      If you choose this option, select which conditional step should be run according to this conditional logic after the form submission.

  6. When all settings are finished, add the rule by pressing the corresponding button. Now your new rules are in the drop-down list. Here, you can Edit rule and Delete rule actions by clicking the three dots menu.

  7. Once the rule is added, you can view form logic in the form. Every form element that has logic on it has an icon too. Form elements that will be affected due to some logic also have an icon and hint.

  8. Save the Template, so all new Processes started will support the recently added Form logic.

Anchor
View-of-Form-logic-in-Jira-issue
View-of-Form-logic-in-Jira-issue
View of Form logic in Jira issue

When a form is added to the issue, only fields that do not contain logic rules and fields that are a condition of the rule will be displayed. Fields that are the value of logic will be displayed after selecting an option in the rule field.

...