An open API service indexing awesome lists of open source software.

https://github.com/flightaware/tcl-fogbugz-api

Tcl package for using the FogBugz API
https://github.com/flightaware/tcl-fogbugz-api

fogbugz-api tcl tcl-extension

Last synced: 3 months ago
JSON representation

Tcl package for using the FogBugz API

Awesome Lists containing this project

README

        

Tcl FogBugz XML API Package
===========================

This package provides a Tcl native interface to the FogBugz XMP API as
documented at http://fogbugz.stackexchange.com/fogbugz-xml-api

Requirements
------------

* A [FogBugz](http://www.fogcreek.com/fogbugz/) server or FogBugz On Demand account
* Tcl 8.5 or newer
* [tDOM](https://github.com/tDOM/tdom)

Other Stuff that's Included
---------------------------

* fogbugz-git-hook is a script which can be used to auto-populate a BUGZID
reference in git commits based on the user's "Currently Working On" setting
on the FogBugz server.