I am encountering difficulties trying to adjust the size of the JIRA Issue Collector modal at my workplace.
window.ATL_JQ_PAGE_PROPS = $.extend(window.ATL_JQ_PAGE_PROPS, {
// ==== set dialog's height to 600px ====
height : 600
});
According to the JIRA Atlassian documentation, this should work as intended. However, the modal is only displaying at a height of 251px. Is there another method to resolve this issue?
I aim to increase the height to a minimum of 600px.
Thank you, Jonathan