Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Show the two filter without summing the same issue type

Madhavi
March 14, 2025

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 

1 answer

0 votes
Vishal Biyani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 14, 2025

@Madhavi 

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

 

Suggest an answer

Log in or Sign up to answer