Forums

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

How to search/filter bugs with Work Log zero or not added?

Harsha H P
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!
July 29, 2020

Problem: I want to filter current sprint bugs list where Work Log is not added and Bug status is CLOSED or DONE.

1 answer

0 votes
Walter Buggenhout
Community Champion
July 30, 2020

Hi @Harsha H P,

Try the following search:

issuetype = bug and timespent is EMPTY and status in (done, closed) and sprint in openSprints() 
  • Where timespent searches for missing worklogs;
  • sprint in openSprints() searches for the current sprint;
  • issuetype and status represent what you may expect them to ;-)

Suggest an answer

Log in or Sign up to answer