You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.