-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
2
-
Minor
Issue Summary
When using advanced issue search with development status JQL, correct usage indicates a bad JQL query. Alternatively, when the JQL query is bad, a green checkmark indicates it's good when it's not.
Steps to Reproduce
- Navigate to Filters > Advanced issue search
- Switch to JQL
- Use one of the following search queries:
- development[pullrequests].all (or .open)
- development[commits].all
- development[reviews].all (or .open)
- development[builds].failing
Expected Results
JQL should indicate a good status (
) when JQL is correct to the left of the query edit box.
Actual Results
JQL indicates an error (
) when JQL is correct.
JQL indicates a good status when JQL is incorrect.


Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available