-
Suggestion
-
Resolution: Timed out
-
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
- relates to
-
JRACLOUD-80641 Change basic and quick search to find issues where multiple words appear in different text fields on an issue
- Closed