I’m looking to fetch all tasks within several projects by ID, or if possible fetch all tasks across all projects by a date filter.
The idea is I would like to track the number of tasks which are opened and close within the same month across all of the projects.
I did, this API only supports listing tasks per project and not for the entire workspace. I’m looking for a way to fetch all tasks in the entire workspace.