cu-get-all-team-tasks: Wrapper function to get all tasks from a workspace

cu-get-all-team-tasksR Documentation

Wrapper function to get all tasks from a workspace

Description

The wrapper function uses cu_get_filtered_team_tasks() but takes care of paging.

Usage

cu_get_all_team_tasks(team_id, ...)

Arguments

team_id

Team ID of tasks.

...

All query parameters for cu_get_filtered_team_tasks() except for page (paging is taken care of), e.g. include_closed to include closed tasks.

Value

A list parsed from the JSON response. The return object does not have a response attribute.

See Also

cu for the cu object class.


psolymos/clickrup documentation built on Feb. 9, 2024, 10:09 a.m.