-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: Work Item - Search - Backend - JVIS
-
2
Summary
At this moment, when creating a JQL using a multi-select custom field as a filter, it will return any issues that fulfill that query. It will include any issues that have at least one of the values in the JQL, even if they have others not in the field.
Expected Results
The JQL should only return tickets where the value in the multi-select field is specifically defined in the JQL.
Actual Results
It returns any issues that fulfill one of the values in the JQL, which might return unexpected tickets.