Forums

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

How can I get the tickets where no work log is added?

Muskan Shaikh
Contributor
May 27, 2020

I want to get tickets- stories/subtasks,etc where work log is not added that is time tracking is missing. i want to filter such subtasks which dont have any time tracked in it

2 answers

0 votes
Gloria Ojukwu
Community Champion
May 27, 2020

Try using JQL tricks plugin then use this:

 

issue not in workLoggedBetween(startDate,endDate,[user])

 

hope this helps;

Regards,

Gloria Ojukwu.

0 votes
Jakub Sławiński
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.
May 27, 2020

You can use the following JQL:

timespent is EMPTY

Muskan Shaikh
Contributor
May 27, 2020

Thanks but that gives me for all sprint. I want for current/ open sprint. 
sprint in openSprint() is not working for this

Jakub Sławiński
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.
May 27, 2020

The following is working for me:

timespent is EMPTY and Sprint in openSprints()

 

can you try?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events