How to extend the width of Project Dropdown list in Issue Navigator
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
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
- Go to the Edit Announcement Banner page.
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>- You can change the min-width: 500px; to the width of your preference.
Other Resources
JRA-47544 - Getting issue details... STATUS