Is there any customfield to keep emails, i.e., check that the field has a valid email format?
Thank you,
For a custom field type that is already available, I dont think there is a plugin available to add this in, but you could create a new one (https://developer.atlassian.com/display/JIRADEV/How+to+create+a+new+Custom+Field+Type)
To validate a field, you should be able to do this using Jira Suite Utilities Plugin. This links into your workflow so you would need to edit your workflow to add a condition to the issue before an issue can transition to a new phase.
** I have just found a plugin which may assist you in the validation of an email custom field https://studio.plugins.atlassian.com/wiki/display/JBHV/JIRA+Behaviours+Plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.