You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet
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

  • Codebeamer X 4.3

Solution

Add the below setting to the Application Configuration:
"interactive" : {
    "maxAllowedWordExportItemCount" : 5000
}


Exporting more than 5000 work items can cause performance issues.

Additional Information

Application Configuration

Word Templates in CB 9.3 and higher


For any other Support options, questions, or inputs, visit: https://intland.com/technical-support/.