provider Issue redaction GET
/rest/api/3/redact/status/{jobId} @utdk/jira
/rest/api/3/redact/status/{jobId} Get redaction status
Retrieves the current status of a redaction job ID.
The jobStatus will be one of the following:
* IN\_PROGRESS - The redaction job is currently in progress
* COMPLETED - The redaction job has completed successfully.
* PENDING - The redaction job has not started yet
- jobId path required
- Redaction job id
- 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.getredactionstatus()