2
votes
1answer
13 views
Cleaning up old plugin tables
What is the correct procedure to clean up unused plugin tables?
Somehow throughout the life of our FogBugz installation we've managed to accrue a lot of plugin tables. It looks l …
0
votes
1answer
24 views
How do I clear all of the cases from a database? [closed]
Possible Duplicate:
How do I delete cases?
I want to clear all of the cases from my database and reset the autonumber back to 1.
How can I do this easily? Or at least, ho …
1
vote
2answers
48 views
Plugin: Search cases with [input] in custom field
Hi.
I am developing a plugin where I wish to get a list of case id's (i.e. ixBug) of cases that have a certain value in a custom field.
I'm thinking that the SQL could look like …
0
votes
0answers
6 views
Keep a seperate Wiki Create Date field.
I've run into a problem with the way the wiki's are stored. To create a report of just the Wiki articles created, you have to join the revisions and wikipage tables.
If each page …
1
vote
1answer
458 views
Sample MySQL configuration (my.cnf / my.ini)
Could someone post a good my.cnf / my.ini file for use with FogBugz? (see also MySQL gotchas)
0
votes
1answer
64 views
On Demand database backup are very slow [closed]
I wanted to download a local copy of the FogBugz database of our FogBugz On Demand account. But after 4 hours I canceled the operation - the progress bar showed something like 5 pe …
2
votes
1answer
24 views
Support for COALESCE in database queries in plugins
I tried to use a COALESCE in a CBugQuery in a plugin I'm writing and FogBugz threw an exception:
System.ArgumentException: Unknown function: COALESCE
Since MySQL and SQL Serv …
4
votes
1answer
178 views
How much database expertise do I need to host FogBugz myself?
I'm considering running FogBugz myself, but need to know how much I need to know about SQL Server or MySQL to do so safely.
0
votes
1answer
137 views
Debugging bad MySQL performance
MySQL seems to be bogging down. How can I find what it's spending its time on?
1
vote
1answer
591 views
Move Database To New SQL Server Instance
What has to change where in the Fogbugz 8 configuration when a database is moved from one SQL Server instance to another? Anything special needed to be done when the old DB is SQL …
5
votes
2answers
337 views
Is Microsoft Access support being deprecated?
I heard that FogBugz support for Microsoft Access is being deprecated.
Is that true, and what does that mean?
1
vote
2answers
63 views
Removed active directory - fogbugz no longer working after trying re-install
So, here's the scenario.
Everything was working fine. Then i stupidly installed AD on my server, and then un-installed it.
This caused all sorts of user errors. After unsuccessfu …
0
votes
0answers
17 views
plugin: SQL wrapper w/ left joins
Hello,
I have a question about executing a specific type of SQL query through the wrapper exposed to the plugins:
My plugin has a database table which contains an "ixPerson" colu …
6
votes
4answers
3k views
Importing your cases from another tool
How can you import all of your cases from another issue/bug tracker?
2
votes
2answers
126 views
How can I ‘undo’ resolving a case as a duplicate?
I resolved several cases with a 'duplicate' resolved status and entered the case of which I believed both were duplicates. A coworker disputed that the cases were duplicates. I've …