ArchiveIssues
Archives one or more Jira issues by specifying their issue IDs or keys, removing them from active views.
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 issue IDs or keys that identify the issues to be archived. Accepts values such as ABC-123, DEF-456 or numeric IDs. |
Result Set Columns
| Name | Type | Description |
| IssueIdOrKey | String | Returns the ID or key of each issue that was processed for archiving, depending on the input format used. |
| Success | String | If the value is 'true', the issue was successfully archived. If the value is 'false', an error occurred during the operation. |
| Error | String | Provides a descriptive error message when archiving fails for an issue. This helps identify the cause of the failure. |