Project

General

Profile

action #13278

Updated by okurz almost 7 years ago

## Benefit 
 Less work for developers as there is no need for manual referencing of pull requests and commits into tickets. Also tickets could be closed automatically by using the right format in a pull request or commit message. 

 ## acceptance criteria 
 * **AC1:** `references "references <ticket reference>` reference>" in commit message puts a comment into the corresponding redmine ticket, e.g. this issue tracker 
 * **AC2:** `Fixes "Fixes <ticket reference>` reference>" in a commit message changes the ticket state, e.g. to resolved 


 ## further details 
 see http://www.redmine.org/projects/redmine/wiki/RedmineSettings#Referencing-issues-in-commit-messages

Back