HI
How can i apply validation process for system and custom field validation in "On demand JIRA"
Please share the steps to achieve my goal.
Thanks.
you can configure field require validator using JSU plugin
https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Validators
and you can do this by Specifying Field Behaviour check this
https://confluence.atlassian.com/display/AOD/Specifying+Field+Behaviour
or you can do this by using Behaviours Plugin, check this
Hi prasad,
Thanks for replay. I need to validate the text field have the required format using regex in "On demand JIRA" custom fields.
Please share the information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can achive that using behavior plugin
check the below document to know how to develop validator and for sample code
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think the behaviours plugin is available in OnDemand.
Your only validation options are workflow validators, the mandatory/optional functions in the field configurations and you might try injecting your own javascript.
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.