CreateArchivedIssuesExport
Generates a CSV file containing all archived issues and sends a download link to the admin user.
Stored Procedure Specific Information
The execution time of this stored procedure may vary depending on the data processed in the Jira task. If execution exceeds the current Timeout limit, an exception will be thrown. To prevent this, consider increasing the Timeout connection property as needed for your specific use case.
Note: This stored procedure is available only in the Jira Cloud version.
Input
| Name | Type | Required | Description |
| ArchivedDateAfter | String | False | Filters archived issues to include only those that were archived after the specified date. |
| ArchivedDateBefore | String | False | Filters archived issues to include only those that were archived before the specified date. |
| IssueTypes# | String | False | Filters archived issues based on one or more specified issue type IDs, such as bug or task. |
| ArchivedBy# | String | False | Filters archived issues to include only those archived by specific user account IDs. |
| Projects# | String | False | Filters archived issues to include only those from specific project keys. |
| Reporters# | String | False | Filters archived issues based on one or more reporter account IDs. |
| IgnoreTaskResult | String | False | If set to 'true', the stored procedure returns immediately without waiting for the export task to complete.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the export operation for archived issues was completed successfully. |
| Error | String | Provides an error message if the export task fails or encounters issues during execution. |