Hi,
We are using Tempo for worklog registration.
At the right side I can view my recent issues a logging work on.
So, I want to add a custom filter based on the issues I logged time last month.
This way I can easily find my issues a logged work on the last month and I don't have to reminder issues name of issue number.
Greetings,
Dieter Lauwers
Hi @Dieter Lauwers ,
can you please try below query.
worklogAuthor = currentUser() and worklogDate > startOfMonth()
I don't get any issues with this query. Even when I use worklogAuthor = currentUser() and worklogDate > startOfYear(). When I remove worklogDate I get a result, but this is not useful. I thought, let's order on worklogDate DESC, but this is not working, because worklogDate does not support sorting.
Any idea why filtering on worklogDate is not working?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
query shared by @Sreenivasaraju P will work like a champ :)
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.