Module tasks_api

Module tasks_api 

Source

Enums§

CancelTaskError
struct for typed errors of method cancel_task
GetTaskError
struct for typed errors of method get_task

Functions§

cancel_task
Cancels a task. Permissions required: either of: * Administer Jira global permission. * Creator of the task.
get_task
Returns the status of a long-running asynchronous task. When a task has finished, this operation returns the JSON blob applicable to the task. See the documentation of the operation that created the task for details. Task details are not permanently retained. As of September 2019, details are retained for 14 days although this period may change without notice. Permissions required: either of: * Administer Jira global permission. * Creator of the task.