1
vote
3answers
67 views
Why is a search 3x faster than an saved search which is 2x faster than an equivalent filter?
I was setting up a new filter for handling certain cases and I eventually discovered that just using search parameters was about 4x faster than doing the equivalent filter with one …
0
votes
0answers
13 views
Create axis notified: to search cases where I or someone has been notified
I was asked by David to submit this to the stackexchange to allow it to be voted upon if anyone else could be interested. David thinks it might be a doable update to the Notify pl …
16
votes
2answers
10k views
Searching In Fogbugz: Syntax and the search axis
Can you tell us all of the advanced features of FogBugz search and list every search axis and give examples of the search syntax?
1
vote
2answers
51 views
Searching for cases received outside office hours
Hi all,
To assess if we need 24/7 support, I want to search for cases that were received between say 6:00PM and 6:00AM. The different search axes allow to filter on "date opened", …
0
votes
1answer
29 views
How do you search for whether a custom field is populated or not?
Is it possible to create a filter based on whether a custom field (long text) is blank or not.
Ex: I've added a custom field (long text) called OpenQuestions. I want a filter/s …
0
votes
0answers
12 views
Can I search for fReplied or fForwarded?
In the XML API documentation, I noticed:
<fReplied>false</fReplied> -- has this case been replied to?
<fForwarded>false</fForwarded> -- has this case been …
1
vote
1answer
282 views
Are custom fields searchable?
[Fogbugz Online]
Hi there - I have added a custom field called "JIRA Issue" which we use to link issues that have come in through the help desk. According to everything that I hav …
0
votes
1answer
72 views
How do I search for closed cases that were resolved with a certain status?
I'm trying to search for closed cases that were resolved as "Won't Fix". However, there is no ResolvedStatus search axis. I only see Resolved (which expects a date) and ResolvedB …
0
votes
2answers
56 views
openedby:user OR correspondent:communityuser only returns the latter
I'm trying to search my FBOD case list for any cases opened by a particular user OR submitted by a particular correspondent. The filter is only returning cases with the corresponde …
1
vote
1answer
32 views
Search all cases created via email
How can I search all cases that were created by email or community members?
Those cases are not necessarily in the inbox anymore.
4
votes
1answer
107 views
How to search for cases with checkins?
Can I search for cases with (one or more) checkins? How?
0
votes
1answer
66 views
Search axis for kanban: None
We are using the kanban board for work in progress, and would like our regular backlog view to exclude cases that have any non-empty kanban state. I see that I can use a search axi …
7
votes
1answer
293 views
How do I search for empty fields in FogBugz?
I want to find cases with no due date, or cases with no tags, or cases with no correspondent. How do I do that? I can only see how to search for something, not how to search for n …
8
votes
1answer
535 views
How do I get my users to use search?
Right now, I have to send users to Fog Creek's documentation to study search axes. This is basically like asking them to use a command line tool. Can the search axes be more disc …
0
votes
2answers
61 views
How can I get all opened tasks for specified date using XML API?
Hello, I need to get the list of issues which were opened (were in active state) on a specified date. For example I want to see the state of project at 14th September 2010. Can I d …