0

1

I accidentally transposed two digits when typing the CaseID into my SCM (SourceGear Vault) when checking in a file and linked my update to the wrong case.

Is there any way to fix the check-in link that is appearing next to the case in FogBugz to attach it to the proper case?

flag

2 Answers

0

Ugh, there's no way to back these out short of editing the database.

link|flag
I'm not above twiddling with the DB. Can you point me to the table/field responsible for tracking that link? – JohnFx Dec 8 2009 at 0:42
For the benefit of others, this information is stored in the table called "CVS" – JohnFx Apr 21 2010 at 18:57
Yes, this should do it: DELETE FROM CVS WHERE ixBug = 12354 – Rich Armstrong Apr 22 2010 at 18:25
1

Rich are there plans to create a solution to remedy these situations? They occur more frequently then I care to muddle in the FB database (i.e. occurrences >= 1). A simple UI that allows the removal of a link or the correction of the associated FB case would be great. Thanks.

link|flag
This seems like the place where the API could allow for it, and a plugin could actually do it. – cdeszaq Mar 29 2010 at 15:28

Your Answer

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