I’ve dealt with this JIRA Issue Collector sizing problem before, and it can be frustrating. One solution that worked for me was to use a combination of JavaScript and CSS. First, try setting the configuration like this:
Then, to ensure the changes take effect, add this CSS:
#atlwdg-frame { min-height: 600px !important; }
If that doesn’t work, you might need to check if there’s any custom styling or scripts interfering with the modal. Also, make sure you’re using the latest version of the JIRA Issue Collector. Sometimes, older versions have quirks that are fixed in updates. Let me know if this helps or if you need more troubleshooting tips.
I encountered a similar issue with the JIRA Issue Collector modal size. The JavaScript configuration you’ve tried should work in theory, but JIRA can be finicky. Have you considered using CSS to force the size? Something like this might do the trick:
Add this to your site’s CSS and it should override JIRA’s default styling. Just make sure it’s loaded after JIRA’s scripts. If that doesn’t work, you might need to check if there are any conflicting scripts or if JIRA’s own CSS is overriding your changes. Hope this helps!