Skip to end of banner
Go to start of banner

WIP: Not possible to add two different JQLs on a two axis Chart

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The customer created a two-axis chart where they wanted to apply the following JQLs:

Axis 1: (project in (ATLS, LNXENG) AND created >= startOfYear() AND issueFunction in dateCompare("", "resolutionDate <= End Date"))
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:

  1. Apply as a JQL the section of the query both axes shared:

project in (ATLS, LNXENG) AND created >= startOfYear()

2. Add the date compare part as a filter for each axis.

In this case, the customer compared the date using the field End Date. For the filter, it is only allowed to specify a particular date.

  • No labels