-
Notifications
You must be signed in to change notification settings - Fork 75
Tasks.API
Access to the Tasks resource
| Name | Type | Description |
|---|---|---|
dispatcher |
Dispatcher | The API dispatcher |
- Source:
-
Dispatches a POST request to /tasks/:taskId/addFollowers with to add followers to the task.
Name Type Description taskIdNumber The task id
dataObject The data containing the list of followers
- Source:
-
Dispatches a POST request to /tasks/:taskId/addFollowers with to add followers to the task.
Name Type Description taskIdNumber The task id
dataObject The data containing the list of followers
- Source:
-
Dispatches a POST request to /tasks/:taskId/addProject with the project to add to to the task.
Name Type Description taskIdNumber The task id
dataNumber The data containing the projectId
- Source:
The result of the API call
- Type
- Promise
-
Creates a new subtask
Name Type Description taskIdNumber The task id
dataObject The data for the subtask
- Source:
The result of the API call
- Type
- Promise
-
Add a tag to a task
Name Type Description taskIdNumber The task id
dataNumber The data containing the tagId
- Source:
The result of the API call
- Type
- Promise
-
Creates a new task
Name Type Description dataObject The data for the task
- Source:
The result of the API call
- Type
- Promise
-
Creates a new task in the workspace
Name Type Description workspaceIdNumber The workspace id
dataObject The data for the task
- Source:
The result of the API call
- Type
- Promise
-
Deletes a task
Name Type Description taskIdNumber The task id
- Source:
The result of the API call
- Type
- Promise
-
Deletes a task
Name Type Description taskIdNumber The task id
- Source:
The result of the API call
- Type
- Promise
-
Returns all tasks that the dispatcher has access to
Name Type Argument Description paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Returns the task
Name Type Argument Description taskIdNumber The task id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a task by project
Name Type Argument Description projectIdNumber The project id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a task by tag
Name Type Argument Description tagIdNumber The tag id
paramsObject <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Dispatches a GET request to /tasks/:taskId/projects
Name Type Description taskIdNumber The task id
- Source:
The result of the API call
- Type
- Promise
-
Dispatches a POST request to /tasks/:taskId/removeFollowers with to remove followers from the task.
Name Type Description taskIdNumber The task id
dataObject The data containing the list of followers
- Source:
-
Dispatches a POST request to /tasks/:taskId/removeProject with the project to remove from the task
Name Type Description taskIdNumber The task id
dataObject The data containing the projectId
- Source:
The result of the API call
- Type
- Promise
-
Dispatches a POST request to /tasks/:taskId/removeTag with the tag to remove from the task
Name Type Description taskIdNumber The task id
dataObject The data containing the tagId
- Source:
The result of the API call
- Type
- Promise
-
Sets the parent for a task
Name Type Description taskIdNumber The task id
parentIdNumber The id of the parent task
- Source:
The result of the API call
- Type
- Promise
-
Gets all subtasks for a task
Name Type Description taskIdNumber The task id
- Source:
The result of the API call
- Type
- Promise
-
Get tags associated with a task
Name Type Description taskIdNumber The task id
- Source:
The result of the API call
- Type
- Promise
-
Update a task
Name Type Description taskIdNumber The task id
dataObject The data to be sent to the workspace
- Source:
The result of the API call
- Type
- Promise
-
Dispatches a POST request to /tasks/:taskId/removeFollowers with to remove followers from the task.
Name Type Description taskIdNumber The task id
dataObject The data containing the list of followers };
/** Update a task
taskIdNumber The task id
dataObject The data to be sent to the workspace
- Source:
The result of the API call
- Type
- Promise