provider Issues PUT
/rest/api/3/issue/unarchive @utdk/jira
/rest/api/3/issue/unarchive Unarchive issue(s) by issue keys/ID
Enables admins to unarchive up to 1000 issues in a single request using issue ID/key, returning details of the issue(s) unarchived in the process and the errors encountered, if any.
**Note that:**
* you can't unarchive subtasks directly, only through their parent issues
* you can only unarchive issues from software, service management, and business projects
**[Permissions](#permissions) required:** Jira admin or site admin: [global permission](https://confluence.atlassian.com/x/x4dKLg)
**License required:** Premium or Enterprise
**Signed-in users only:** This API can't be accessed anonymously.
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.unarchiveissues()