Hello,
Looking for guidance on how to create a filter that will look for issues for the current month through an automation that would create a new filter each month.
Meaning if it runs in January, the filter would look for tickets explicitly created :
created >= 2025-01-01 AND created < 2025-02-01.
The automation is currently set up below, which is not what we want because the filter needs to look specifically for the month it ran and change each month it runs. If I look at the filter today 2/5 that was created in January, it would show results for this month because of the part "createdDate >= startOfMonth()"
How do we do this in the automation?
