I am trying to run a report to identify which issues/tickets don't have any time logged against them at all.
I only know how to run a report where users haven't logged time
Thanks
Hi @Shakila Hudda-Shaikh and welcome to the Community!
The following filter returns all issues without logged time in a project:
project = "Your Project" AND timespent is empty
Hope this helps!
Thank you
Am trying to add multiple project rather than just one - Suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shakila, you can use something like the following:
project in (ABC, XYZ) AND timespent is empty
where ABC, XYZ are your project keys. You can also use project names like “My company Project” inside of the parentheses.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.