Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search for processes that are not booked in Tempo

Udo Minkwitz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 23, 2024

I have two processes in the status "Ready for Work" and only want to find the process for which no time has been booked in Tempo this week.

The following query finds all with Tempo booking (period doesn't matter):

assignee = currentUser() and status in ("Ready for Work" ) and not WorklogDate >= startOfWeek()

Without the NOT I only find those with Tempo booking in the current week:

assignee = currentUser() and status in ("Ready for Work" ) and WorklogDate >= startOfWeek()

What am I doing wrong

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events