0

If this is already possible, please let me know, but I'd like a way to create a "Universal" statuses" (for example "Active") that are available for all types of cases.

I'd like to search for filter for active cases regardless of whether they are features or bugs.

I hacked it directly into the table, but that seems to have broken adding new status codes through the UI.

flag

1 Answer

1

If you search "status:mystatus", it will return all results with that status regardless of category. So if you have a bug status and a feature status called "mystatus", they will both be returned.

link|flag
So it is searching based on the label and not the status number? – JohnFx Oct 9 2009 at 15:03
It does something like "WHERE ixStatus IN (SELECT ixStatus FROM Status WHERE sStatus LIKE '%mystatus%') – David Fullerton Oct 12 2009 at 15:53

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.