On this page
Use case
This validation fails if a name was used multiple times for the issue's attachments.
Configuration
Add the Logical validator to the desired workflow transition.
Expression
Add the following expression:
count(toStringList(%{issue.attachments})) = count(distinct(toStringList(%{issue.attachments})))
Screenshots
Related use cases
If you still have questions, feel free to refer to our support team.