Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Resource
METHODENDPOINTDescriptionDESCRIPTION
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.

Define filters in the _filters parameter.

e.g, _filters=against_id(12,42)
statuse.g _filters=status(3,5)
managere.g _filters=against(1012)
assigneee.g _filters=assignee(102,10)
againste.g _filters=against(company(1,43,2),issue(12))
against_typee.g, _filters=against_type(company)
against_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