This is the documentation of JSU for Jira Server/Data Center. If you are using JSU on Jira Cloud, see ourĀ JSU Cloud documentation.
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. You must select the two date fields and the window period when configuring the transition. 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.Description
Configuration
Example
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
Learn more in Workflow preconditions.