Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Description

...

  1. Enter the following details in the CONDITION FIELDS > Configuration tab:


    • Expression: Enter a Jira expression, which when satisfied, allows the user to view the workflow transition and to proceed to the next status.
      For example: do not allow the users to view the next status if there are no attachments in the issue:

      Code Block
      issue.attachments.length != 0


    • Evaluate: Click this button to validate your Jira expression. If the syntax is incorrect, you are prompted with an error message that directs you to what possibly went wrong.
      Image Modified
    • Notes (optional): Enter useful information about the condition.

  2. Click Add to add the condition to the selected transition.
    You can also navigate to the quick links in the HELP section to learn more about the condition and usage details.

...