https://github.com/ess/fbz
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ess/fbz
- Owner: ess
- Created: 2021-01-26T00:22:32.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-26T22:02:37.000Z (about 5 years ago)
- Last Synced: 2025-01-03T20:09:54.263Z (over 1 year ago)
- Language: Go
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation instructions ##
In order to run `fbz` you need the URL of the instance to talk to and the your user's token. The first is basically the url you sign in via a web browser, while the second is available by going to the user options in the Fogbuz web UI.
With those in hand, you'll want to create file `~/.fbz.yml` with the format below:
```
url: https://.fogbugz.com
token:
```
If all went well, then running `fbz list` should provide a meaningful result.
## History ##
* v0.1.6 - Reparenting cases
* v0.1.5 - Show project and area for cases
* v0.1.4 - Accept/resolve cases
* v0.1.3 - Starting cases
* v0.1.2 - Assigning cases
* v0.1.1 - Estimating cases
* v0.1.0 - Initial releasev0.1.0 - Initial release