Need a JQL query for "fixVersion=a while status in ('b')" or "status in ('b') while fixVersion=a"

Al Genzlinger January 3, 2019

If JQL does not currently support "while" function, I would like to request it be considered.

2 answers

0 votes
Al Genzlinger January 3, 2019

and During is not a valid operation for non-date criteria:

fixVersion was in ("a") during status was in ("b") and fixVersion  != a

0 votes
Al Genzlinger January 3, 2019

The following query is inadequate because it does not satisfy the simultaneous requirement:

fixVersion was in ("a") AND status was in ("b") and fixVersion  != a

Suggest an answer

Log in or Sign up to answer