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
1 stars 1 forks source link

Implement automatic tagging of issues per SCM #5

Open jnbt opened 10 years ago

jnbt commented 10 years ago

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

jnbt commented 10 years ago

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.