Subject: Add "case" regexp match to FogBugz hook
The FogBugz hook at http://github.com/pjhyett/github-services/blob/master/services/fog_... is only looking for Bugs/z ID but sometimes the commit is not really a bug fix, rather part of a schedule item or feature. FogBugz uses "cases" as the generic name for all items in the database so I'd like to request that the hook look for "Case 111; case 111; Cases 111, 112; cases 111, 112" as part of the regexp match.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 27 Sep, 2009 06:52 PM
You're welcome to fork github-services and submit a patch. We generally don't mess with the services ourselves, they're mostly user-submitted code.