Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-35519

Advanced JQL search box is compacted

    XMLWordPrintable

Details

    Description

      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%;
      }
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: