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
METHOD | ENDPOINT | DESCRIPTION |
|---|---|---|
PUT | Update a task identified by task_id. | |
POST | Creates a new task. | |
GET | Returns an array of tasks. | |
GET | Returns the number of tasks in the system. | |
GET | Returns a task identified by task_id. | |
PUT or POST | Auto progress a task to either the "start" (started status) or "done" (completed status). | |
GET | Returns an array of available progressions for the task. | |
[PUT|POST] | Runs a status update for the given progression on the given task. | |
GET | Returns an array of available task statuses |