Hi
How can i validate Text field customfield in my listener.My listener is written in java code and extending AbstractIssueEventListener
Regards
Naren
You cannot validate the custom field in a listener because listener is a separate thread running after the event is processed. You should either do the validation in the custom field itself or do it in a workflow if possible. Another option is to do client side validation using Javascript but it depends on the requirement!
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.