I already have something like this:
status changed FROM "Status 1" TO "Status 2" BEFORE startOfDay(-7d)
or this
status changed FROM "Open" TO "In Progress" AFTER startOfWeek(-1w) BEFORE endOfWeek(-1w)
I got it to work with
status changed from "status 1" to "status 2" after -2w before now()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.