/
Tasks
The following macros are not currently supported in the header:
  • style

Tasks

Introduction

Tasks are useful for managing small pieces of work related to a specific item, hence you'll find the purple Tasks box on an issue, prospect, company and component view screen.

Resource Endpoints

METHODENDPOINTDESCRIPTION
PUTtasks/:idUpdate a task identified by task_id.
POST/tasksCreates a new task.
GETtasksReturns an array of tasks.
GETtasks/countReturns the number of tasks in the system.
GETtasks/:idReturns a task identified by task_id.

PUT or POST

/tasks/:task_id/progressions/[start|done]

Auto progress a task to either the "start" (started status) or "done" (completed status).
GET/tasks/:id/progressionsReturns an array of available progressions for the task.
[PUT|POST]/tasks/:id/progressions/:progression_id/autoRuns a status update for the given progression on the given task.
GET/tasks/statusesReturns an array of available task statuses



Related content

Milestones
Milestones
More like this
Issues
Issues
More like this
Activities
Activities
More like this
Get Task
Get Task
More like this
List Tasks
List Tasks
More like this
Create Task
Create Task
More like this