ADO.NET Provider for Jira

Build 24.0.9250

CreateArchivedIssuesExport

Retrieves details of all archived issues and emails the admin user a download link for a CSV file.

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 List issues archived after a specified date.
ArchivedDateBefore String False List issues archived before a specified date.
IssueTypes# String False List archived issues with specified issue type ID(s).
ArchivedBy# String False List archived issues archived by specified account ID(s).
Projects# String False List archived issues with specified project key(s).
Reporters# String False List archived issues with specified reporter account ID(s).
IgnoreTaskResult String False Whether or not to ignore the result of the task by not waiting till it completes.

The default value is false.

Result Set Columns

Name Type Description
Success String This value shows whether the operation was successful or not.
Error String This value shows whether the operation was successful or not.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9250