Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.

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_ide.g, _filters=against_id(12,42)
  • No labels