Hi, is there a way to only display issues for which the Work Logged column is not empty?
Here's what I'm trying to achieve. I have a project with 5000+ Jira issues. I would like to be able to list the ones we worked on (logged time on) during the specific time period instead of displaying all of them.
1. I insert all the issues from the project using JQL.
2. I set a timeframe for the time logged and billed.
3. I would like to see only the issues for which "Time logged" field (Work Logged column) is not empty.

Is it possible?