/
Not possible to add two different JQLs on a two axis Chart
Not possible to add two different JQLs on a two axis Chart
How do we have a two-axis chart and two different JQLs to be applied on the chart? How can both filters be added if adding two different JQLs is impossible?
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")
Instructions
Since it’s not possible to add two different JQLs to both axes, the workaround is the following:
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.
Axis 1:
Axis 2:
Related content
The Rich Filter Created vs. Resolved Chart Gadget
The Rich Filter Created vs. Resolved Chart Gadget
More like this
Add Two Dimensional Rich Filter Statistics gadgets to your interactive Jira Dashboard
Add Two Dimensional Rich Filter Statistics gadgets to your interactive Jira Dashboard
More like this
The rich filter date bar chart gadget
The rich filter date bar chart gadget
More like this
The rich filter time series chart gadget
The rich filter time series chart gadget
More like this
The Rich Filter Time Series Chart Gadget
The Rich Filter Time Series Chart Gadget
More like this
No data in Appfire-report gadget in Jira dashboard for certain users
No data in Appfire-report gadget in Jira dashboard for certain users
Read with this