-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.1
-
Component/s: JQL
-
4.01
The javadocs for JqlClauseBuilder.createdBetween() state
It is also possible to create an open interval by passing one of the arguments as null.
However, if, for example, you pass in ("-1h", null), then the resulting query is
created >= "-1d" AND created <= ""
which doesn't work