Problem: I want to filter current sprint bugs list where Work Log is not added and Bug status is CLOSED or DONE.
Hi @Harsha H P,
Try the following search:
issuetype = bug and timespent is EMPTY and status in (done, closed) and sprint in openSprints()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.