I have implement two filters. First filter will return the completed story and bugs in a sprint. Second filter will return the bug sub task created at story and bug level.
Now I have show these two filters with out suming the issue type by using the two demonetisation gadget in jql
Your ask is not clear.
if you want to show the details from two filters separately you could use two separate two dimensional gadget in the dashboard.
if you want to show the results from both filters then you could use an or condition say
filter = filter1 or filter = filter2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.