Skip to content

Commit

Permalink
update doc for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Jul 21, 2016
1 parent 671e98f commit a985961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Hubot-phabs Changelog

### 1.0.5 - wip
- add some more alternatives for changing statuses and priorities
- add an optional description ofr new tasks

### 1.0.4 - 2016-07-22
- add information gathering for M* objects (Pholio mocks)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ Commands prefixed by `.phab` are here taking in account we use the `.` as hubot
NOTE: this call will record this Task id associated to you for 5 minutes

.phab new <project-or-column> <task title>
.phab new <project-or-column> <task title> = <description>
creates a new task in the list of the ones defined in cactus configuration
Supported projects are listed by the PHABRICATOR_PROJECTS env var.
The new task will be created in the default column of the project board.
the issuer of the command will be added in the list of subscribers for the
newly created task.
The <description> is optional, and will be used as description if provided
NOTE: this call will record this Task id associated to you for 5 minutes

.phab paste <new paste title>
Expand Down

0 comments on commit a985961

Please sign in to comment.