1
vote
1answer
15 views
How do I sort and get all result types, too?
Let's say I'm searching for the word "monkey". There are a handful of wiki pages with that word, and about a dozen cases. I want to do three things:
Display the wiki page resul …
1
vote
2answers
165 views
auto-sort incoming email into projects
If I have an email account configured in FogBugz called support@example.com, I would like to be able to send an email to support+foo@example.com and have FogBugz automatically assi …
1
vote
1answer
89 views
Sorting case correspondence for anonymous users
I am our Site Admin for FBOD and would like to be able to change the default sort the correspondence in a case, as viewed by an anonymous user. Currently this is sorted oldest to …
13
votes
3answers
338 views
Why sort Undecided before other milestones?
If I order the cases by Milestone, why is Undecided sorted before all other milestones? Technically I can understand this, as Undecided has the lowest numeric value in the database …
8
votes
2answers
222 views
Can I control sort order of custom fields?
If I create a custom field that is a drop down, with a short list of values, and then sort my cases on that field in the list view, the cases are sorted by the values of that field …
10
votes
1answer
171 views
Feature Request: Nested grouping and sorting in filters
FB allows you to sort on multiple fields and when displaying the results FB makes an assumption that the primary sort field should be actually be shown as a grouping item. For exam …
7
votes
1answer
179 views
Sort case list by starred menu order
I use the starred menu as a sort of personal backlog of cases in the order I need to work on them. Can I list these cases in a filter/search in the order I've set them in the menu? …
4
votes
1answer
97 views
How do I specify the order of cases returned by an XML API search? [closed]
adding "orderby:due" to my search querystring in an XML API call doesn't seem to work. How do I get cases in a specified order like I can in the web UI?
For example:
cmd=search&a …
1
vote
0answers
34 views
Dropdown list of users should sort ME above other MExxx names
I like the fact that when I am setting up a filter an "assigned to" I can enter "me" and the filter will be set to my username. The problem is in my company there are other users w …
0
votes
0answers
103 views
Search with Refine and Sort
Try this:
Search, for instance for word
This shows matching Wiki pages and cases, in Flat view (or at least the Switch Case Filter View image looks like that).
The search term …
1
vote
2answers
101 views
(FB8) - How do I sort the second column (Bug/Feature/Inquiry/Schedule Item)?
By default the "My Cases" is sorted by Project then Milestone then Priority. I can't find an option to sort by Bug/Feature/etc...
0
votes
0answers
80 views
Bug: OrderBy Estimated Time, in Grid-View Outline
Edited:
Actually it seems to work in Grid-View Flat, but not Grid-View Outline... the parent #'s fudge up the ordering... What is the ordering like in Outline view?
Original:
So …
1
vote
1answer
53 views
RSS ignores sort order on starredBy:
I'm seeing RSS ignore the sort order of a filter when I use the 'starredBy' axis field. It sorts by case# despite the sort options saved for the filter. Is there a fix?
Case F …
0
votes
0answers
51 views
Sort Milestone dropdown when entering a new case
With defined dependencies, can the Milestone dropdown on the New Case screen be sorted (i.e., milestones that are dependent on other milestones are sorted further down the list)
0
votes
1answer
98 views
Determining the top-level sort field for a filter
I'm using the XML API to develop an app. I could provide a better user experience if I knew from the API what the current filter is being sorted by. I don't need all the sort field …