ManiphestAPI

Maniphest API for tasks

Members

Functions

addProject
JSONValue addProject(string phid, string projectPHID)

Add a project to a task

all
JSONValue all()

All tasks

byIds
JSONValue byIds(int[] identifiers)

Get all, by identifier

byQueryKey
JSONValue byQueryKey(string key)

Get by query key

comment
JSONValue comment(string phid, string text)

Comment on a task

invalid
JSONValue invalid(string phid)

Invalidate a task

open
JSONValue open()

Open tasks

openProject
JSONValue openProject(string projectPHID)

Open by project

openSubscribedProject
JSONValue openSubscribedProject(string projectPHID, string userPHID)

Open and subscribed projects

Inherited Members

From PhabricatorAPI

DataRequest
struct DataRequest

Data requests

Meta