Skip to content

there4/fogbugz-php-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FogBugz Command Line Client

A simple command line application that can be used to manage your FogBugz account, working on status, read cases, and leave short notes.

Help

 fb <command> <value> <value>

Information:
 help (command)                :: More information about a task
 recent                        :: Get the five most recent cases you've worked on
 current                       :: Get the number for your current case
 view (#case#)                 :: Get info about the current or a particular case
 cases                         :: Get a list of cases in your current active filter
 filters                       :: Get a list of available filters

Editing:
 setfilter (#filter#)          :: Set the current active filter
 estimate (#case#) (#hours#)   :: Set the estimate for a case
 note (#case#) ("note string") :: Set a note for a particular case
 start (#case#)                :: Start working on a case
 stop                          :: Stop all work

Setup

I use this with a bash alias:

alias fb='php ~/Projects/fogbugz-php-cli/working.php'

About

A command line client to manage your FogBugz account: working on status, read cases, and create case notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •