You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to see the tasks completed today, and some statistics on the tasks created in this year
so that
Suggested approach
In order to achieve this goal I suggest to
add created_at as possible date parameter.
Also, it would be nice to be able to use offsets or dates for all date parameter.
Additional context
I was quite confused by the examples combining completed with last,
as this shows the completed tasks created within the last week, not completed in the last
week, as last uses the creationDate rather than the stop_date:
(as I wanted to see the tasks completed this day, no matter when they were created)