I am trying to build a custom validator check if a field is 20 or less characters, looking for some help. Thanks!
Try this in your workflow. jira expression:
!issue.customfield_10053 || issue.customfield_10053.length <= 20
then add a message: max chars 20!!
Change the ID to your field ID.
This will check if the field is less than 20 chars.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.