So we have integrated fogbugz and github, the actual mechanism seems to work. (i.e. when pushing the "test" button on github, the message "payload delivered" is shown) Unfortunately, cannot find the documentation on what to put in the commit message to tie the bug to the commit.
I have tried
git commit -am 'fixing 97047'
git push origin
and
git commit -am 'fixing #97047'
git push origin
Neither seems to work. Would love to know what I'm missing - links to documentation would be most appreciated!
The case number should be of the form:
so
should all work.
I use FogBugzId:1234