-
Bug
-
Resolution: Not a bug
-
Low (View bug fix roadmap)
-
None
-
8.2.0
-
8.02
-
1
-
Severity 3 - Minor
-
Issue Summary
When Using Greater Than Or Smaller Than (comparison operator) In JQL Search, It Return Results Like >= or <=
Environment
JIRA 8.2
Steps to Reproduce
Run below JQL Query:-
project in ("JIRA") AND (fixVersion > 8.0.0 and fixVersion <= 8.1.0)
Expected Results
Return issue with fixed version after 8.0.0 to 8.1.0. JIRA fixed in 8.0.0 shouldn't show.
Assuming the fixed version was with only 1 fixed version.
Actual Results
Results returned JIRA 8.0.0 as well
Workaround
Write JQL with 1 version after the version you doesn't wish to show such as:-
project in ("JIRA") AND (fixVersion > 8.0.1 and fixVersion <= 8.1.0)
Form Name |
---|