Wrapper function to get all tasks from a workspace
Source:R/cu-get-all-team-tasks.R
      cu-get-all-team-tasks.RdThe 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_closedto include closed tasks.
See also
cu for the cu object class.