Fogutils is a fledgling set of functions for automating FogBugz issue ticket tasks, such as creating, updating, deleting, or even listing and reading of tickets. This is useful for development projects, where you need to track code check-in issues, build failures, and release issues. It’s also useful for systems administrators who need to track production resource issues, application failures, and other things.

I hunted around on the internet for a few weeks looking for something like this, but everything I found was either incomplete or missing. So, I decided to roll my own. One major “To Do” I have for this project is to convert the flat functions into a proper class library, to take advantage of hierarchical inheritance and object re-usability. That will come in time.

The GIT repository is here.
The WIKI page is here.