I have a requirement where i created a field "interested parties" for change request issue type.I made that field as a text box where users can enter multiple email address separated with comma.I need show error message if the user tries to give username instead of email address and make sure if it is comma separated if users tries to enter multiple values.
Hi @bezawadas you can set error message in validator..so that user can see message on the screen...if they entered wrong thing in text field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @bezawadas you can use this link for regex code :- https://www.regextester.com/99193
Or you can google more regex code to validate email address separated by comma.
I am assuming that you know how to implement validator in workflow. Thats why i am only sharing the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to put the validator in the workflow which is associated with this issue type.
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.