Versions Compared

Key

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

Since only the required verification of system fields is provided in the native function of jira, we have extended the workflow validator of "required field verification". Supports required validation for custom fields and some system fields.

You can add a validator to an action in the workflow, select the required field check, and select the required fields. After the workflow is published, the issue applying this workflow will automatically check when the conversion action is executed. Check whether the selected field has a value; if the field is not null, the verification succeeds, otherwise the verification fails, and the issue remains in the original state.

...

(6) If a screen is configured in the transition, the required fields in the screen will be prompted with *

...