Creating a good looking postInstall page

Hi all,

I’m working on a plugin for Jira Cloud and am having trouble creating a postInstall page. I’ve followed the docs and gotten the page to appear, but no matter what I do, it gets resized and appears postage-stamp size.

I have tried various samples I’ve found (like this one) but nothing I do seems to make a difference.

My basic approach has been to include all.js (there is some Javascript code to do this dynamically from the Jira instance the product is inserted into, but this didn’t work for me) and then setting data-options but no luck.

Can anyone point me to an example or in the right direction? Any help greatly appreciated!

Thanks,
Martin

1 Like

Just answering my own question here: I was doing a redirect from the HTTP request from JIRA to an HTML page I wanted to display. This breaks all of the available tricks you have to resize your page. :-S

If you serve the same HTML directly from the first HTTP request, everything works as it should.

Martin

1 Like