IMPORTANT! The information on this page is unverified and unsupported. Always double-check the accuracy of the solutions provided. Evaluate and test the impact on any environments!
Word Export - How to Increase the Maximum Number of the Exported Work Items?
Description
When exporting a large number of items to Microsoft Word, the following error is received:
com.intland.codebeamer.controller.importexport.export.mergefieldword.DocxMergeFieldExporter$ExportAppError: Error inside export application: Caused by: CB Response: 500, Response Body: { "exception" : "HttpMessageNotReadableException", "message" : "Too many items in one request (4967), max is 3000." }
Is it possible to increase the maximum?
Observed on
Solution
Add the below setting to the Application Configuration:
"interactive" : {
"maxAllowedWordExportItemCount" : 5000
}
Exporting more than 5000 work items can cause performance issues.
Application Configuration
Word Templates in CB 9.3 and higher
For any other Support options, questions, or inputs, visit: https://intland.com/technical-support/.