-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
None
-
10.3.8
-
None
-
10.03
-
2
-
Severity 3 - Minor
-
43
-
Issue Summary
- Jira users are not able to export archived issues.
Steps to Reproduce
- Login to Jira
- Make sure instance has atleast one archived issue.
- Navigate to "Archived Issues"
- Apply the required filters
- Click on Export -> CSV (All)
- On the popup window, click confirm.
- CSV will be downloaded.
Expected Results
- Downloading of CSV with exported issues is expected.
Actual Results
- No action is performed after clicking on Confirm button.
The below exception is thrown in the console log:BrowseArchivedIssues!default.jspa:1 Form submission canceled because the form is not connected
Workaround
- Archived issues can be downloaded using rest API request
"/rest/internal/2/archiving?dateFrom=2020-06-05&project=XXXX"