InternalCreate a new instance of the service.
Returns a specific task.
Permissions required: Permission to view the containing page or blog post and its corresponding space.
OptionalbodyThe content format types to be returned in the body field of the response. If
available, the representation will be available under a response field of the
same name under the body field.
The ID of the task to be returned. If you don't know the task ID, use Get tasks and filter the results.
Returned if the requested task is returned.
Returns all tasks. The number of results is limited by the limit parameter
and additional results (if available)
will be available through the next URL present in the Link response header.
Permissions required: Permission to access the Confluence site ('Can use' global permission). Only tasks that the user has permission to view will be returned.
OptionalassignedFilters on the Account ID of the user to whom this task is assigned. Multiple IDs can be specified.
OptionalblogpostFilters on the blog post ID of the task. Multiple IDs can be specified. Note - page and blog post filters can be used in conjunction.
OptionalbodyThe content format types to be returned in the body field of the response. If
available, the representation will be available under a response field of the
same name under the body field.
OptionalcompletedFilters on start of date-time range of task based on completion date (inclusive). Input is epoch time in milliseconds.
OptionalcompletedFilters on end of date-time range of task based on completion date (inclusive). Input is epoch time in milliseconds.
OptionalcompletedFilters on the Account ID of the user who completed this task. Multiple IDs can be specified.
OptionalcreatedFilters on start of date-time range of task based on creation date (inclusive). Input is epoch time in milliseconds.
OptionalcreatedFilters on end of date-time range of task based on creation date (inclusive). Input is epoch time in milliseconds.
OptionalcreatedFilters on the Account ID of the user who created this task. Multiple IDs can be specified.
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
OptionaldueFilters on start of date-time range of task based on due date (inclusive). Input is epoch time in milliseconds.
OptionaldueFilters on end of date-time range of task based on due date (inclusive). Input is epoch time in milliseconds.
OptionalincludeSpecifies whether to include blank tasks in the response. Defaults to true.
Optionallimit?: numberMaximum number of tasks per result to return. If more results exist, use the
Link header to retrieve a relative URL that will return the next set of
results.
OptionalpageFilters on the page ID of the task. Multiple IDs can be specified. Note - page and blog post filters can be used in conjunction.
OptionalspaceFilters on the space ID of the task. Multiple IDs can be specified.
Optionalstatus?: "complete" | "incomplete"Filters on the status of the task.
OptionaltaskFilters on task ID. Multiple IDs can be specified.
Returned if the requested tasks are returned.
Update a task by id. This endpoint currently only supports updating task status.
Permissions required: Permission to edit the containing page or blog post and view its corresponding space.
OptionalbodyThe content format types to be returned in the body field of the response. If
available, the representation will be available under a response field of the
same name under the body field.
The ID of the task to be updated. If you don't know the task ID, use Get tasks and filter the results.
Returned if the requested task is updated.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-task