Alfred | Fogbugz Extension

A script to facilitate common Fogbugz interactions from Alfred (or the command line). Feel free to add to, modify, change, make better as you see fit.

Download

Available Commands

list
List active cases for configured user
start
Start work timer for specified case for configured user
stop
Stop work timer
estimate
Add estimate to specified case
elapsed
Add non-timesheet elapsed time to specified case
comment
Add a comment to the specified case
resolve
Resolve the specified case
projects
List all projects for configured user
project cases
List all cases for specified project

Set Up

In the fb_settings.py, change the token value to your token.

Go to this address: http://fogbugz.domain.org/api.asp?cmd=logon&email=USERNAME&password=PASSWORD

Use your username, not email for USERNAME. If your password has any reserved characters, you will need to find the appropriate code for them. For example, & = %26.

Install the Python module fogbugz with pip. pip install fogbugz

Command Line Usage

If you would like to just use the scipt in the command line, you can download it from GitHub.

python main.py [options]