Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,628
Community Members
 
Community Events
184
Community Groups

Can I filter out completed issues without logged work/time against them?

Hi,

I'm trying to track/filter out Sub-tasks or Deliverables set as For Review or Complete where team members have forgotten to log time against... Any ideas? smile


Working with JIRA v7.2.6, Portfolio for JIRA v2.2.2 and JIRA Agile v7.2.8-DAILY20161130154106

Cheers,
Leo

3 answers

1 accepted

1 vote
Answer accepted
Gaston Valente
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.
Mar 07, 2017

Try this:

(issuetype in subTaskIssueTypes() or issuetype = Deliverables) and timespent is empty and status in ("For Review",Complete)

Thanks guys, both works great!

I added originalEstimate is not EMPTY to filter out issues without Estimate as well:

issuetype in (Deliverable, Sub-task) AND status in (Complete, "For Review") AND timespent is EMPTY AND originalEstimate is not EMPTY

Thomas B
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.
Mar 08, 2017

Awesome!

 

Hey @Léonard Texier 

I am also getting issues with logged time using this jql.. we use tempo for logging time.. am i missing?

Like Dhouha Kallali likes this

Hello Akbar,

I am also having the same situation as you.

I would like to filter issues with no logged time using Tempo Timesheet. Any ideas ?

Thank you

Andriy Zhdanov
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.
Jun 16, 2022

Hi Dhouha,

Try to use filter created in Advanced Issues Search with JQL: resolved is not null and timespent = 0

Thank you.

Like Dhouha Kallali likes this

Hi Andriy,

Thank you so much for your help. It's working but it doesn't display all unlogged issues.

I'm using JIRA Cloud btw

Never mind. 

It's working while using "timespent is EMPTY".

Thank you very much for your help

Like Andriy Zhdanov likes this
0 votes
Thomas B
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.
Mar 07, 2017

Gaston's should work. If not try this

 

issuetype = Sub-task or issuetype = Deliverables AND status = For Review or status = Complete AND timeestimate = 0

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events