I am using a chart template from Jira products, Issues created vs resolved. It works as expected... I get a bar chart that shows how many issues are created and resolved in separate bars by week. I want to click on any bar on the chart to see the actual issues list that composed the bar. I created a dashboard control (DRILLDOWN_RANGE) with a date range type and specified the x-value to use for the dashboard control so that when I click on the bar, say for Feb10-16, I get the range saved to the dashboard control.
I have another chart on the same dashboard where I have a list of all issues in my project. The query is also filtering on the date range in my dashboard control (DRILLDOWN_RANGE). When click on issues created bar on my bar chart (issues created vs resolved), I get all issues in the date range (created and resolved) in my issues list.
How do I create a filter or variable I can pass from my issues created vs resolved bar chart to not just filter on the dates, but also to distinguish between issues created vs resolved in my issues list?