UnarchiveIssues
Restores archived issues to active status by specifying their issue IDs or keys.
Note: This stored procedure is not available in the Jira Data Center version if you are using the OAuth 2.0 AuthScheme.
Input
| Name | Type | Required | Description |
| IssueIdOrKeys# | String | True | A comma-separated list or a temporary table containing the IDs or keys of the issues to be unarchived. |
Result Set Columns
| Name | Type | Description |
| IssueIdOrKey | String | The ID or key of the issue that was unarchived, based on the input provided. |
| Success | String | If the value is 'true', the issue was successfully unarchived. If the value is 'false', an error occurred. |
| Error | String | A message providing details about the error if the unarchiving operation fails. |