-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
2
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
In JIRA 4, we have advanced capabilities for querying, but they still don't solve this need for us
- the JQL contains (~) operator doesn't work with Reported in Release or the other release fields, because it cannot search the labels for the enumerated values in the pulldowns - the contains operator only works on text fields
- the JQL < and > operators do work, but they return essentially "higher or lower in the select list than the specified value", not "all releases in a particular branch" or "earlier or later releases of this code branch", and its unclear how they handle new entries added at the end or in the middle of the selection list.
The ideal situation would be if the contains operator "did what I mean", facilitating queries like:
"Fix Version" ~ "HF" to find all issues fixed in a hotfix release (HF 1, HF2, etc)
"Reported in Release" ~ "9.0" to find all issues reported against any build of 9.0 (9.0.x, 9.0.32.2,etc)
Is there a workaround we could use or is this currently not supported by JQL? This feature would allow us to create dynamic filters instead of adding new options to the filter each time options are added to the field we want to search on.
- relates to
-
JRACLOUD-21974 Contains search on select list field using JQL
- Gathering Interest
Functionality like this would be very beneficial for us. Please, how does it look like with implementation? Thank you.