How to have long component version names display properly in the Issue Navigator

Usage FAQ

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

If you create a component or version name which is very long, it is not possibly to view it in the issue navigator. If you're finding this happening in your Jira instance, you can set the width of the component or version list to auto and wrap it in a <div> element with fixed width in this file:

  • WEB-INF/classes/templates/jira/issue/searchers/edit/project-constants-searcher-edit.vm

Here is a code sample:

...
<div style="width: 180px; overflow-x: scroll; border: 1px #ddddff solid;">
<select .. style="width: auto;">
...
</select>
</div>
...

Unknown macro: {htmlcomment}

http://support.atlassian.com/browse/JSP-18571

Last modified on Jun 10, 2009

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.