所以我們已經集成了fogbugz和github,實際的機制似乎工作。 (即,當按下github上的「測試」按鈕時,顯示消息「payload delivered」)。不幸的是,找不到關於在提交消息中放入什麼的文檔來將bug與提交聯繫起來。Github和Fogbugz
我已經試過
git commit -am 'fixing 97047'
git push origin
和
git commit -am 'fixing #97047'
git push origin
似乎都不工作。我很想知道我錯過了什麼 - 鏈接到文檔將非常感謝!
爲FogBugz的服務鉤源是[這裏](https://github.com/github/github-services/blob/master/services/fog_bugz.rb)。 –
終於搞定了。謝謝! –
更新鏈接FogBugz的服務鉤源代碼:https://github.com/github/github-services/blob/master/lib/services/fog_bugz.rb –