...
Export a smaller documentation
You can reconfigure Tomcat to accept larger requests. This can be done by increasing the allowable limit or just simply disabling this functionality.
Edit is
<Tomcat-Dir>/server.xml
.Set the Tomcat configuration parameter maxPostSize for the HTTPConnector to a larger value (in bytes) to increase the limit.
If using Apache web server, add the same parameter to the AJP connector instead.
Restart Jira.