neopoly / redmine

Mirror of redmine code source - Official SVN repository is at https://svn.redmine.org/redmine - contact: @jbbarth or jeanbaptiste.barth (at) gmail (dot) com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement automatic tagging of issues per SCM

jnbt opened this issue · comments

commented

Redmine only allows the change of a ticket's state and progress via a commit message.

  • We need a possibility to at least add tags to issues via commit messages.
  • Be aware: The current implementation of "fixing issues" via commits is a code hell in Redmine
commented

I think we should drop this idea. Instead we should use the existing RESTful API to manipulate issue via a remote call. So we only have to extract the issue IDs from the tickets and create one or more proper HTTP calls.