On the backlog view, there's a search box to the left of the quick filters (see screenshot below). How do I use this search box to find issues by label?
Screen Shot 2016-02-03 at 11.37.33.png
I've tried entering these queries, but no issues were found in any of the cases, even though the first two work when searching through the issues search (i.e., the "Issues" top menu):
You can create board filters in the board settings > Quick Filters and give JQL for labels = <Your label>
That worked for me
Is there no way to create like a dropdown to search on any label? Or to fill in some text and mark something like 'search on label'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That search goes through summaries by keyword. It's not a JQL query bar, so you can't specify a field.
Quick Filters and Swimlanes (in the active sprints view) support JQL, so there are your only options for finding labels in an Agile board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's a shame :-/ Note that it would be enough to just enter the label text in the search field. I wouldn't need necessarily to search by the label field.
Quick filters unfortunately can only be created by administrators. I can't create a quick filter for my use only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What you can do however is create your own filters and use them in gadgets on your dashboard.
Your filter could be something like "sprint in openSprints() and label = your_label"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct me if I'm wrong, but you're trying to:
Maybe you could use a user picker custom field instead of a label. The issues that matter to you would have your name in it. Then you could have your board admin create a single quick filter that goes something like "custom_field = currentUser()"
That way, everybody could potentially use that solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think your suggestion could work if we would know up-front which stories will matter to us, but assigning users to stories up-front is not something that we want to do.
Saying it another way, we don't want the extra work of "marking" in the stories that would interesting to us. Nonetheless, if we did want to do that, we would need to find them first anyway, so a way to filter/query the stories by label in the agile board would still be needed.
To give you a little more context: Our system is composed by several software modules. We have labels for each of these modules, and then also "backend" and "frontend" labels depending if it's a module that provides backend services or frontend services.
During a sprint, our developers pick which user stories they will work on, and it would be useful to be able to query/filter stories that may be more within our domains of expertise and/or are related to the stories that we have been working on lately and/or simply fit our mood at the time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This feature would solve it, as it would allow me to create a filter by label: https://jira.atlassian.com/browse/GHS-4735
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, well it doesn't look like they're gonna implement that feature anytime soon.
I'm personally not a fan of labels. Components seem to be better suited for software modules, and are project-specific. But okay, that's besides the issue.
I still believe quick filters a good bet. If you have too many different modules to make one quick filter per module, can you make "groups" of similar modules? For instance, if I'm a database admin, I would click on the filter that regroups the "database", "db-scripts" and other related labels?
If not, are you using Epics? I know many teams who don't really use Epics in their development process and use them instead to regroup issues by a common trait, like a feature group. Perhaps you could use Epics instead of labels for your issues and use the epic panel to filter them.
These are just ideas. I'm sure there's something to be done with this, but it will require some change on the part of users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Labels = Your label name
This is what worked for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.