JqlClauseBuilder.createdBetween() does not work as advertised

XMLWordPrintable

    • 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

              Assignee:
              Unassigned
              Reporter:
              Jeff Kirby
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: