Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL that finds any ticket that has time logged against it (without specific date)

Esther Strom
Contributor
March 9, 2018

I know how to find issues that have time logged against them on a specific date; something like 

assignee = currentUser() and worklogDate = "2018/03/01"

 

But I need to find all tickets that have had time logged against them, period. Is there a function that just uses true/false rather than requiring a specific date? We do have the JQL Tricks plugin, and are open to other plugins that may do this.

1 answer

0 votes
Alexey Matveev
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.
March 9, 2018

You could query like this

worklogDate > -4d and worklogDate < -1d

Esther Strom
Contributor
March 12, 2018

That's still requiring a time range. I want to find ALL tickets (restricted by other criteria, like project, status, and user) that have time logged against them, no matter when it happened - even if it was three years ago.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events