Adding Date Validator in Workflow

Bryan Trummer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 24, 2014

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?

2 answers

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2014

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

0 votes
Bhushan Nagaraj February 24, 2014

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

Bryan Trummer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 26, 2014

Thank you for the suggestion. I want to eliminate creating another field but it may inevitable.

Suggest an answer

Log in or Sign up to answer