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

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

XMLWordPrintable

    • 1
    • 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.

      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-10.png
          204 kB
          Chitra Nagdeo
        2. screenshot-11.png
          690 kB
          Chitra Nagdeo
        3. screenshot-8.png
          930 kB
          Chitra Nagdeo

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

                Created:
                Updated:
                Resolved: