I need ideas for a JQL Filter that displays zero time logged for the current day.....Preferably a list of all users that have zero hours logged for active work items.
Hey @steve_josue
If you are running the jql every day then you can try use "worklogdate = -1", this should return all work-items that last got updated a day before and not in the current day.
Then, you can either create a filter with only the assignees or an automation to fetch the assignees into an array and then send it out.
Hope that helps.
Ariel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.