Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Column

The JIRA Suite Utilities plugin provides these additional workflow validators:

  • Date Compare
  • Date Expression Compare (since version 1.4.8)
  • Fields Required
  • Regular Expression Check (since version 1.4.9)
  • Window Dates

For information on workflow validators in JIRA, see the JIRA documentation.

...

width400px

...

On this page:

...

 

Configuration

 

Example

 

 

Date Compare Validator

Description

The 'Date Compare' validator compares the values of two date fields on the issue (for example, one field must be greater than the other). If the validation fails, the transition will not be completed.

Configuration

You must select the two date fields and the comparison function for the validator, when configuring the transition. For example:

For information on how to configure a validator in JIRA, see the JIRA documentation.

Example

A workflow is configured so that the 'Resolve' transition has the 'Date Compare' validator where 'Resolved Date' <= 'Due Date'. If a user attempts to resolve an issue on this workflow, where the 'Resolved Date' is after the 'Due Date', the validation will fail and the transition will not be completed.

...