It seems that this plugin do what i need https://marketplace.atlassian.com/plugins/com.qotilabs.jira.rich-filters-plugin/server/overview
but i'm looking for free alternatives
Basically i want to filter result of other filter. I have the filter that i use in my gadgets. And i want to have ability add one more conditions to this gadget (like affected version for example) and change it dynamically and manually to exclude items from origin filter.
I use cloud version.
Any ideas?
As you use Cloud, that specific plugin is not available to you, because it is only available for Server.
The free option you have at your disposal is using a JQL like:
<Your additional conditions> AND filter = <referenced filter name or filter id>
In example:
affectedVersion = 1.0 AND project = FOO AND filter = "The issues that matter"
Hope it helps.
Actually i created dashboard with gadgets. So i'm not able create one more gadget or whatever and do one more conditions (affected version for example) to existed gadgets, right?
And only one way is to using search issues field and everytime add JQL query?
What you can do is:
After that, you will be able to edit the new filter with additional conditions so that your gadgets are updated accordingly.
Should you not need to add any more conditions, you can add a condition which is matched by all issues in your instance, ie:
type is not EMPTY
It's interesting solution.
One more question. Could i make this solution more user friendly and create for example drop down field with several values (for example affected version like 1.0, 1.1, etc). And when user select something in drop down, after that immediately update gadgets result.
Is it possible?
@Ignacio Pulgar solution from 1.16.2017 worked for me. Create private filter that calls the public filter. Thanks!
If you're open to install an app, you could give our Jira cloud app Quick Filters for Jira Dashboards a try. Or look for alternatives in the Atlassian Marketplace.
It looks like you're new here. Sign in or register to get started.