Wrapper function to get all tasks from a workspace
Source:R/cu-get-all-team-tasks.R
cu-get-all-team-tasks.Rd
The wrapper function uses cu_get_filtered_team_tasks()
but takes care of paging.
Arguments
- team_id
Team ID of tasks.
- ...
All query parameters for
cu_get_filtered_team_tasks()
except forpage
(paging is taken care of), e.g.include_closed
to include closed tasks.
See also
cu for the cu object class.