I can´t solve this query:
Hi Pablo,
Usually, you can't compare with a date field, but with a certain date, like in
assignee is EMPTY AND not (assignee changed AFTER 2019-05-01)
But, as your questions refers to changes after a period of time, probably something like
assignee is EMPTY AND not (assignee changed AFTER -7d)
should be closer.
Otherwise, you'd need some plugin to create more customized queries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.