UI Policy does not trigger when a date field changes if relative filters are used in the UI Policy conditions.Issue UI Policy does not trigger when a date field changes if relative filters are used in the UI Policy conditions.ReleaseAllResolutionThis is an expected product design behavior. In a UI Policy, 'onChange' refers to a change in the condition, not just a change in the field value. The scripts in a UI Policy only execute when the evaluated condition changes from true to false OR false to true. If the condition evaluates to false both before and after the change, the script will not run. Unlike a "onChange" script, this type of script runs when the evaluation result of the condition changes.