I'm trying to find issues without worklog in last few days, but it seems that my filter (JQL) isn't working, because I'm still getting issues, that have work logged 2 days ago.
May be it's because of previous worklogs (few weeks ago)?
My filter looks like:
NOT (worklogDate > startOfDay("-4d"))
Hi,
Firstly, would like to welcome you here. I find a similar thread, which you can use by changing the days as per your requirement
Hi!
Thank you, but I already tried suggested solutions, and it doesn't seem to work properly to me.
For example, solutions
(worklogDate <= -5d AND NOT worklogdate > -5d)
and
worklogDate not in (-5d, now())
still return me issues, that have work logged 3 days ago.
May be I'm using them in some wrong way?
UPD:
It looks like the solution with
Filter != [filter-id]
works fine, but I'm wondering if there are any other ways to solve this case within the same filter without using another filter
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.