| com.atlassian.bitbucket.task.TaskService | 
Service to manage Tasks.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Create a task. | |||||||||||
| Delete a task. | |||||||||||
| Get a task by its ID. | |||||||||||
| Update a task. | |||||||||||
Create a task.
| request | request detailing the task's properties | 
|---|
Delete a task.
| taskId | the id of the task to delete | 
|---|
Get a task by its ID.
| taskId | the ID of the task to retrieve | 
|---|
null if none matches or the task is not visible to the current user
Update a task.
| request | the properties to update | 
|---|