How to restrict special symbols like @,#,$,% etc in Jira. I have Scriptrunner but can't seem to find the correct validator. Does anyone have any suggestions?
Hi @Hector Hood In this case you can use Script Runner REGEX validator for this, apply below code. It wont allow special char but allow space.
^[A-Za-z0-9 ]+$
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.
Hi Hector,
I can confirm that inside of Jira Cloud that validators are designed using the Jira Expression Framework and you would need to use this to define the validator that you require.
I can confirm that we have a knowledge base article located here which explains how you can use this to create the validator that you want with ScriptRunner for Jira Cloud and I hope this helps to achieve your requirement.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.