Advanced JQL search box is compacted

XMLWordPrintable

    • 6.01

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

      Please see the attached screenshot. When issue searching is switched to advanced the search box is compacted to the size of the issue key column. Also the 'syntax help' option overlays the top field name in the search list if it's long enough.

      Workaround

      You can temporarily fix this via injecting css into your browser by stylebot or equivalent

      .query-component.navigator-search .search-container[data-mode="advanced"] {
        width:100%;
      }
      .query-component.navigator-search .search-container[data-mode="advanced"] .search-options-container {
        width:1%;
      }
      

        1. jira_advanced_jql.png
          276 kB
          Jaala Baldwin
        2. Screenshot 2013-10-27 06.49.01.png
          400 kB
          Carlen Benard
        3. We do not like this compacted view.jpg
          199 kB
          David Chan

            Assignee:
            Unassigned
            Reporter:
            Carlen Benard (Inactive)
            Votes:
            39 Vote for this issue
            Watchers:
            45 Start watching this issue

              Created:
              Updated:
              Resolved: