Filtering results from Simple Search Gadget

adam scierski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 8, 2024

Hi All,

On my Dashboard I'm using Simple Search Gadget, and for most charts it works perfectly, but there is 1 case I can't find solution.  

I have a chart showing defects that stack in particular stage for longer than expected.

Basically what would work is filtering results received from Simple Search by adding this jql: 

[AND createdDate <= -14d AND NOT status changed during (-14d, now())]

Unfortunately I can't extend simple search results with jql by i.e.  filter IN ("[Simple Search Gadget source]") AND.

I want only this one chart to filter down received results from Simple Search so it doesn't make sense to add this limitation to Simple Search.

 

 

1 answer

0 votes
Marc - Devoteam
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 Leaders.
November 8, 2024

HI @adam scierski 

Welcome to the community.

The JQL your are trying to make can't be done.

You can only use filters in gadgets, sou you could make a filter to be used by the gadget, like;

Current filter used on the gadget and the new filter.

JQL like; filter = <filter_id> and filter = <filter_id>

adam scierski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 8, 2024

Thanks,

Yes I know that.
My case is something uncovered by current implementation.

Marc - Devoteam
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 Leaders.
November 11, 2024

HI @adam scierski 

Your case is simply not a simple search option, its an advanced option that just can't be covered by simple search options.

 

Suggest an answer

Log in or Sign up to answer