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.
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>
Thanks,
Yes I know that.
My case is something uncovered by current implementation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your case is simply not a simple search option, its an advanced option that just can't be covered by simple search options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.