Skip to content

Commit

Permalink
Documentation for the Agile Bench service hook
Browse files Browse the repository at this point in the history
  • Loading branch information
markmansour committed Mar 26, 2012
1 parent b78e635 commit c3b999c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/agile_bench
@@ -0,0 +1,21 @@
Agile Bench
===========

[Agile Bench](http://agilebench.com/) is planning software for agile teams with backlog management and story walls.

Install Notes
-------------
1. **token** - is a user's API token. Get it from your Agile Bench's user settings page.

2. **project_id** - can be found in your Agile Bench project URL. i.e. if the URL is http://agilebench.com/projects/3000-my-project, then the project id will be 3000.

Git Commit example: `$ git commit -am "[Fixes #5 #6] Added even more documentation"` - will add _"Added even more documentation"_ to stories #5 and #6 and move stories #5 & #6 into the last (the fixed!) workflow state.

Developer Notes
---------------
data
- token
- project_id

payload
- refer to docs/github_payload

0 comments on commit c3b999c

Please sign in to comment.