Versions Compared

Key

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

...

Expand
titleClick here for the steps to configure
  • Add the Build-your-own (scripted) validator to the transition.

    • Write the following script in Jira expression field

      Code Block
      !!issue.customfield_10400 && !!issue.customfield_10400.value && !!issue.customfield_10400.child.value
    • Note customfield_xxxxx is the id of the Cascading select field

    • Configure the error message: Input values for both the child and parent of the cascading field

...