Skip to content

Commit

Permalink
readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
rob hurring committed Apr 13, 2012
1 parent 220f58c commit c4cb772
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions READMe.md
Expand Up @@ -6,30 +6,43 @@ user (preferably one with enough access to modify tickets), add the following to
heroku config:add HUBOT_REDMINE_BASE_URL="http://redmine.your-server.com"
heroku config:add HUBOT_REDMINE_TOKEN="your api token here"

If using over SSL, add the following to your heroku config:

heroku config:add HUBOT_REDMINE_SSL=1

![screenshot](https://github.com/robhurring/hubot-redmine/blob/master/ss.png?raw=true)

## Showing ticket details
## Showing issue details

* Hubot show me [ticket]
* Hubot redmine me [ticket]
* Hubot show me [issue id]
* Hubot redmine me [issue id]

## Showing my tickets (or another user's)
## Showing my issue (or another user's)

* Hubot show my tickets
* Hubot show [user]'s tickets
* Hubot show my issues
* Hubot show [user]'s issues
** [user] will attempt to match on redmine firstname or login

## Re-Assigning tickets

* Hubot assign [ticket] to [user]
* Hubot assign [issue id] to [user]

## Leaving notes on tickets

* Hubot update [ticket] with "[note]"
* Hubot update [issue id] with "[comments]"

## Create tickets

* Hubot add issue to "[project]" [traker id] with "[subject]"
** [tracker id] is optional and represent the number matching literal value Bug/Feature/...

## Get a link to an issue

* Hubot link me [issue id]

## Set the percent done of an issue

* Hubot set [issue id] to 100% "[comments]"
* Hubot add [hours] hours to [issue id] "[comments]"

## More coming!

0 comments on commit c4cb772

Please sign in to comment.