Add a new JQL operator for text which can search multiple words that appear in different text fields in an issue

XMLWordPrintable

    • 1

      Add a new JQL operator for text search which automatically applies the AND logic i.e. it finds issues where multiple words appear in different text fields - e.g. word text1 present in the comment and word text2 present in the description. The search should automatically find all issues where:-

      • Word text1 and word text2 appear together in the Description or any other field.
      • One word appears in Description another in the Comment.
      • Any of the word appear in any field of any issue type

      Issue screenshot with comment and description

      Returns no result

      text ~ "text1 text2"
      

      Returns result (with AND logic)

      text ~ "text1" AND text ~ "text2"
      

      Suggestion

      • Add a new JQL operator for advanced issue search to search words from different text fields of an issue i.e. perform the same search as the AND logic mentioned above.

      For example, with a new operator '*', text * "text1 text2" would perform the same search as text ~ "text1" AND text ~ "text2".

      • If this is implemented, use it to simplify the JQL for JRACLOUD-80641 

       

        1. screenshot-8.png
          screenshot-8.png
          930 kB
        2. screenshot-11.png
          screenshot-11.png
          690 kB
        3. screenshot-10.png
          screenshot-10.png
          204 kB

            Assignee:
            Unassigned
            Reporter:
            Chitra Nagdeo
            Votes:
            6 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: