Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to resize Zone Custom Field visualizatoin on JIRA issue screen

Mario Milani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
Deleted user
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
TAGS
AUG Leaders

Atlassian Community Events