How to find JIRA issues without worklog in last few days?

Edward Sariev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 5, 2021

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"))

 

1 answer

0 votes
Vinod Ramadoss
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2021

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

https://community.atlassian.com/t5/Jira-questions/Retrive-Issues-without-worklog-during-a-time/qaq-p/92976

Edward Sariev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 7, 2021

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

Suggest an answer

Log in or Sign up to answer