Validate an issue only if a comment is written during the transition

Use case

Evaluate comments and block transitions based on the outcome.

This use case is only valid for validators as it involves making changes during a transition. An additional error message can be added.


โš’๏ธ Configuration

Jira expression*

 originalIssue.comments != issue.comments

The whole set of comments before the transition must be different from the set of comments during the transition.

Do not forget to add a screen to the same transition that contains the validator, otherwise it will always block the transition.


๐Ÿ“š Related use cases