LOGIN / SIGN UP

#53 Update and close tasks via commit messages

Reported by: Claes Nästén (pekdon) Assigned to: Claes Nästén (pekdon)
Phase: release-0.1.0 Component: tasks
Type: enhancement Status: closed
Priority: 3: Medium
Watchers:

Description

To reduce amount of time spent in the web browser it should be possible to update and close task by adding magic words in the commit messages.

Syntax could be something like:

  • Clos(e|ing) #XX, to close a ticket.
  • Comment #XX: comment here, to comment on a ticket.

Doing such should reference back to the commit it the task.

2010-03-03

21:21:58

Close from commit: c380f1a6ff11d50be725279950c1a8a16b0f851f by Claes Nästén

21:21:58 changed from open to closed
17:30:38 to release-0.1.0
17:30:38 changed from new to open
17:30:38

Started the work, introduced a CommitSet for grouping and observing commits being pushed while at it. More testing required before this can be moved to this site.

2010-03-01

12:11:08

It would be nice if the keywords were case-insensitive and please mark the new comment on the task in a way that makes it clear that it stems from commit #XYZ.