provider Tasks GET
/rest/api/3/task/{taskId} @utdk/jira
/rest/api/3/task/{taskId} Get task
Returns the status of a [long-running asynchronous task](#async).
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.
**Deprecation notice:** The required OAuth 2.0 scopes will be updated on June 15, 2024.
* `read:jira-work`
**[Permissions](#permissions) required:** either of:
* *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
* Creator of the task.
- taskId path required
- The ID of the task.
- string
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.gettask()