Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-42740

Make Project and Issue Type select fields wider on Create and Edit screens

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      It appears that the fields are now shorter in JIRA 6 than in JIRA 5. This may cause confusion to users when selecting projects and issue types which have the same long prefix when creating or editing issues. The undesired effect is one may create an issue into a wrong project and/or of a wrong issue type.

      Current workaround is to use this script in Announcement Banner:

      <script type="text/javascript"> 
      jQuery(document).ready(function($) {
          JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e,context) {            
                      callFunction();
                  });
                  callFunction();
                    
      function callFunction(){
                      //for project field
                      $('#project-single-select').css('max-width','500px');
                      $('#project-single-select').css('width','500px');
                      $('#project-field').css('max-width','500px');
                      $('#project-field').css('width','500px');
                      //for issuetype field
                      $('#issuetype-single-select').css('max-width','500px');
                      $('#issuetype-single-select').css('width','500px');
                      $('#issuetype-field').css('max-width','500px');
                      $('#issuetype-field').css('width','500px');
      }
        
      });
      </script>
      

      Source: https://answers.atlassian.com/questions/247995/increase-width-of-project-and-issue-type-box

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vdung Andy Nguyen (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: