Skip to end of banner
Go to start of banner

Date Window Precondition

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

JSU for Jira Server/Data Center

This is the documentation of JSU for Jira Server/Data Center. If you are using JSU on Jira Cloud, see ourĀ JSU Cloud documentation.

Description

The ‘Date Window’ validator checks whether the value of one date field falls within the range (window) of another date field. The date checking is only one-way; it only looks forward, not backward. If the check fails, no action will be performed.

Configuration

You must select the two date fields and the window period when configuring the transition.

Example

A workflow is configured so that Date Window validator is set up for the 'Close' transition The 'Due Date' is checked using a window of five days with respect to the 'Created Date'. If a user attempts to resolve an issue on this workflow, where the 'Due Date' is more than five days after the 'Created Date', the check will fail and the action will not be completed.

You can configure JSU’s preconditions in the following ways:

  • Negate the precondition result

  • Combine the result with the result of previous preconditions using the following options:

    • Discard the result of the previous precondition: Results of the previous preconditions are not taken into account

    • AND: All of the preconditions have to be true to execute the post function

    • OR: Only one of the preconditions has to be true to execute the post function

Example of a precondition configuration as described on this page.

Learn more in Workflow preconditions.

  • No labels