Versions Compared

Key

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

...

  1. Ensure Summary has “Jira“ text while creating issue: issue.summary == “Jira“ (Validator)
    This expression ensures that an issue cannot create unless summary is equal to "Jira".

...

  1. Ensure issue comment field has at least one comment: issue.comments.length > 0 (Condition)
    This expression ensures that an issue cannot transition to pending unless it has at least one comment.

...