paltman / pyfogbugz
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
TODO | ||
| |
pyfogbugz/ |
README
This is a Python wrapper around the FogBugz API as defined by:
http://fogcreek.com/FogBugz/docs/60/topics/advanced/API.html
Sample configuration file:
[Connection]
url = https://HOSTED.fogbugz.com
username = empty
password = empty
[BugzScout]
reporter = 'Bug Reporter'
area = 'Undecided'
project = 'Inbox'
create_new = false

