Once filtered by tag how do I further filter by resolved/unresolved tickets?
I have a list of tickets and each has their own tag. When I click on a tag it filters all the tickets by that tag.
However how can I further filter the list of tickets to show only tickets from that tag that are either resolved or unresolved? So far I only managed to filter by resolved/unresolved for all tickets.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Nicole on 23 Feb, 2011 03:12 PM
You could do a search like the following
and that would return all tickets tagged with a specific tag and open (unresolved). If you wanted all resolved you do the same search for tagged but change
state:close. Filtering is really only one level deep. I think search will give you the results you're looking for. Here is our document on different search methodsLet me know if you have any other questions.
Thanks,
Nicole
Nicole closed this discussion on 23 Feb, 2011 03:12 PM.