How to resize Zone Custom Field visualizatoin on JIRA issue screen

Mario Milani April 14, 2016

Hello, we are evaluating Zone plugin, and we really like it, but we have found a limit we must solve before buy it.

When creating a new custom field "Zone Field", there is no way to set the size of it in the issue screen.

So if we have the zone name = "This is the name of my zone", when selecting it from the picking list widget in issue edi screen, it is impossibile to read the complate zone name, but only ""This is the n".

Is there a way to solve it?

thanks a lot

Mario Milani

1 answer

0 votes
Nikola ILO
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 14, 2016

Hello Mario,

zones does not currently support a different size. As a workaround you can put the following snippet in your JIRA Announcement banner.

<!-- workaround start -->
<!-- see https://answers.atlassian.com/questions/38387888/how-to-resize-zone-custom-field-visualizatoin-on-jira-issue-screen -->
<style>
/* make the zones dropdown full width */
.form-body .aui-select2-container.zones-select2 {
    max-width: 500px;
}
/* hide the banner padding */
div#announcement-banner {
    height: 0;
    padding: 0;
}
</style>
<!-- workaround end -->

Kind Regards

Nikola

Suggest an answer

Log in or Sign up to answer