I would like to add a filter with to display the list of components on the boards, because we might have people working on different components at the same time.
They only way I found to have this filter was to create one by each component like this:
component= "Component 1"
component= "Component 2"
Etc.
But it is not a very elegant way of doing it. Any way to display the list of component, no matter what their name is, as a filter?
Hi Esteban,
You can use "Two Dimensional Filter Statistics" gadget where in Y axis you put 'Component' Field and in X Axis you put for example 'Assignee' field.
Of course, you have to prepare a filter with your scope and use that filter in the gadget.
hope it helps.
best regards
You can use our app to do that
https://marketplace.atlassian.com/plugins/io.extensi.jira.plugin.agileboardfilter/server/overview
Afterwards you can change the default searchbar fields to show components by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create a query like this:
component in (Component1, Component2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How would you select Component not = "Component1" or != or somehow all but this one specific component?
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.