Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create JIRA quick filter where assignee is Unassigned

Tags:

jira

I defined a unassigned user in my JIRA account and now I can assign to unassigned user. when I want to get all those tickets using quick filter - I can't. any solution / workaround will be most welcome.

like image 364
Alon1980 Avatar asked Mar 11 '15 14:03

Alon1980


People also ask

How do I find unassigned issues in Jira?

To use the basic search: Navigate to Issues (in header) > Search for issues, then enter your search criteria. Tip: If the advanced search is shown instead of the basic search, click Basic next to the icon. This search will find only unassigned issues that are open in the JIRA project.

How do I create a quick filter for assignee in Jira?

You can go to Board-> Configure->Quick filters to add. For ex: JOE in the "Name" field and "assignee = joe" in the "JQL" field. The Assignee dropdown is a very useful feature for Daily meeting.

How do I get unassigned tickets in Jira?

On the board, we can use the option Group By assignee that will show the unassigned tickets on the bottom of the page (last row). There is a feature request suggesting the implementation of this ability: Add "unassinged" to filter on Jira Next Gen backlog view and board.

How do I create a quick filter structure in Jira?

To apply a Quick Filter, click the Filter button to open the Quick Filters panel, and then select the filters you want to apply. That's it! You can add as many filters as you need. Structure will remember the selected filters, so the next time you open that structure, those filters will already be applied.


1 Answers

In your case, create filter and type in JQL:

assignee = unassigned user 

Or if no assignee

assignee is empty 

You can select the widget "filter result" to show the consequence on your dashboard.

like image 84
Sing Avatar answered Sep 21 '22 18:09

Sing