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
METHOD | ResourceENDPOINT | DescriptionDESCRIPTION |
---|---|---|
PUT | tasks/:id | Update a task identified by task_id. |
GET | tasks | Returns an array of tasks. |
GET | tasks/count | Returns the number of tasks in the system. |
GET | tasks/:id | Returns a task identified by task_id. |
PUT or POST | Auto progress a task to either the "start" (started status) or "done" (completed status). |