Actions
Feature #21532
closedAdding OR and XOR request to REST API and issue filters
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
Easiest case:
If an issue has multiple boolean custom flags.
CF_01 = 1 AND (CF_02 = 1 XOR CF_05 = 1)
This can in the moment only be queried in multiple queries and later on filtered.
This option would be great for the REST API and the normal GUI filter.
Related issues
Actions