...
Code Block |
---|
Axis 2: project in (ATLS, LNXENG) AND created >= startOfYear() AND issueFunction in dateCompare("", "resolutionDate > End Date") |
...
\uD83D\uDCD8Â Instructions
Since it’s not possible to add two different JQLs to both axes, the workaround is the following:
...
Code Block |
---|
project in (ATLS, LNXENG) AND created >= startOfYear() |
...
2. Add the date compare part as a filter for each axis.
...
Axis 1:
...
Axis 2:
...