-
Bug
-
Resolution: Fixed
-
High
-
6
-
Severity 3 - Minor
-
3
-
Issue Summary
- Using a Date Compare Validator for the system field Due date doesn't work when the condition is >= now.
Steps to Reproduce
- Go to a workflow transition and add a Date Compare Validator.
- Select the system field Due date.
- For the Condition, add >=
- On the Compare with, select Expression and add "now".
- It's not necessary to "Include time part" since we are using a date field.
- Once the workflow is published, try to change the status of the ticket where the issue type is associated with the workflow and the Due date is added to the transition screen.
Expected Results
- During a transition, selecting today's date should work and the ticket is transitioned.
Actual Results
- It shows the following error:
Due date isn't greater than or equal to (19/Jun/24)
Workaround
- Using a custom date field works normally.
- is related to
-
JRACLOUD-83315 Date compare validator fails (for equal condition) when one of the fields is a date time picker.
- Closed
-
JRACLOUD-67444 Date Compare Validator is not working when using the NOW parameter
- Closed