-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
Very large space trashes can not be emptied.
Steps to Reproduce
- Have a large trash (~20K pieces of content)
- Try to empty trash
Expected Results
Trash would be empty.
Actual Results
Request to empty trash fails, due to a BE timeout, and the amount of content in the trash remains unchanged
Workaround
We can use the API call https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-delete and create a script or use Postman runner with the contentIDs uploaded as CSV to perform the deletion with a small delay in between each call.
(or)
Hypothetically, the user could delete content one by one, but this is not a practical workaround.