Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed filter table as it is in list 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

ResourceDescription
PUT tasks/:idUpdate a task identified by task_id.
GET tasksReturns an array of tasks.
GET tasks/countReturns the number of tasks in the system.
GET tasks/: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