<?xml version="1.0" encoding="UTF-8"?>
<wiki-page>
  <author>Dimitrij Denissenko</author>
  <content>h1. Details

This extension allows Retrospectiva users to update tickets via SCM log messages.

When changes are committed to the repository, tickets can be automatically updated by using +hints+ in the commit log message:
 
h3. Examples

{{{
[#123](status:fixed user:dim) Fixed a little Bug
[#456] Fixed a little Bug (status:fixed priority:high)
Fixed a little Bug [#789](status:assigned milestone:upcoming)
[#543](status:fixed milestone:"0.9.x (pre-alpha)") Fixed Bug
}}}

h3. Shortcuts

{{{
[#123](s:assigned u:dim) Ticket Accepted
}}}

h1. Installation

h3. Download Extension
{{{
RAILS_ENV=production script/rxm download git://github.com/dim/retrospectiva.scm_ticketing.git
}}}

h4. Install Extension
{{{
RAILS_ENV=production script/rxm install scm_ticketing
}}}
</content>
  <created-at type="datetime">2009-03-16T18:24:39+00:00</created-at>
  <title>SCM Ticketing</title>
  <updated-at type="datetime">2009-06-13T13:03:41+01:00</updated-at>
  <version type="integer">4</version>
</wiki-page>
