MONTHS_AGO

Description

MONTHS_AGO calculates the number of months that have passed since a specific date. The date can be either given as an information or a text in ISO8601 format.

Example

To check wether a case has been opened more than half a year ago, you could use this rule:

MONTH_AGO(CASE.created_at) >= 6

Last updated