🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

On this page


Example: Reject duplicated file names in attachments

How to configure a validation for rejecting attachments with repeated file names?

Use Boolean validator with math, date-time or text-string terms with the following configuration:


Boolean expression is: count(toStringList(%{00071})) = count(distinct(toStringList(%{00071})))


Note that:

  • %{00071} is field code for "Attachments"


Other examples of that function

Related Usage Examples