2

When I have a source control repository or Kiln setup in FogBugz and I check in a file, what do I have to put in the commit message to link the checkin to a FogBugz case?

flag

1 Answer

2

Kiln checkins:

See this post on the Kiln Knowledge Exchange

Other source control systems:

Here's the regex from the code:

re.Pattern = "\s*BUG[ZS]*\s*IDs*\s*[#:; ]+((\d+[ ,:;#]*)+)"

This would lead me to believe that

bugzid
bugsid
bugz id
bugs id

will all work, and it's pretty lenient about the colon, too.

link|flag

Your Answer

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