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

Change the quick search JQL generation to just 'text'

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • None
    • None
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

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

      Currently if you type "some text" in the quick search box, it generates this jql

      summary ~ "some text" OR description ~ "some text" OR comment ~ "some text"

      But then this hard to quickly change and refine the search, especially if you type it in wrong (3 strings to edit and all)

      It would be better of it generated

      text ~ "some text"

      I spoke the Brenden Bain about this and he said the reason they did it originally what that summary,description and comment where the original quick text semantics.

      But that 'text' also support custom fields and hence is semantically different.

      But I argue that the benefit of "edit ability" is greater than the semantic preservation.

              ohernandez@atlassian.com Oswaldo Hernandez (Inactive)
              bbaker ɹǝʞɐq pɐɹq
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: