Chapter 11 - Automatic report resizing on JIRA gadgets

Reports have different heights. So when they are displayed on JIRA an extra vertical scroll bar can be automatically shown by the browser to scroll the report content in addition to the JIRA web application scroll bar. This may result annoying for most users and can be avoided by throwing an HTML event captured by the JIRA gadget to adjust the height automatically.

"<script> if(parent) parent.postMessage('kintosoft-birt-resize','*'); </script>"

Select the Master Page tab and replace the Footer content by a Dynamic Text item. Then copy and paste the script above into the Expression Builder.