It would be elegant if we could use an IN (and not IN) statement to query for fields as opposed to having to add various "and ..." statements
"Type" in ("Bug", "Feature", "Improvement") and "Iteration" not in ("4.13.2", "4.13.1")
Open
Closed
Addressed in OD-2127
It would be elegant if we could use an IN (and not IN) statement to query for fields as opposed to having to add various "and ..." statements