How to extend the width of Project Dropdown list in Issue Navigator

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Please note that Customization of JIRA is beyond Atlassian Support Scope

Atlassian Support Scope.


Purpose

Sometimes we might have projects with very large names and similar beginnings, so when searching for the relevant project in the Issue navigator drop down will be an issue as it has a limited width.

Solution

  1. Go to the Edit Announcement Banner page.
  2. Add the following CSS script to modify the behavior of the dropdown:

    <style type="text/css">
    form#issue-filter .check-list-select{
    min-width: 500px;
    }
    </style>

  3. You can change the min-width: 500px; to the width of your preference.

Other Resources

JRA-47544 - Getting issue details... STATUS

Last modified on Nov 21, 2024

Was this helpful?

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