We are attempting to make our developers add a date to our resolution notes field which is a open text field. I would like to add a validator in the workflow that basically verifies that this field does have a date entry in their notes. Does anyone know if this is possible?
Hi Bryan,
JIRA Enhancer Plugin has a "Field Has Been Set" workflow validator. You can use it in any workflow transition. You can see documentation on www.jiraenhancerplugin.com
Tuncay Senturk
Hi Bryan,
Just thinking out loud here. Wouldn't a better option be to add another custom field of date type and make it required?
If not, you will have to parse the text and check if it contains text that matches a date regular expression.
Cheers
Bhushan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the suggestion. I want to eliminate creating another field but it may inevitable.
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.