Feature #37099
Add regexps to parse more SCM messages
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: |
Description
We are using commit messages like feature/#ID-sometext
or feature/#ID_sometext
where ID is a Redmine issue ID.
Currently Redmine does not add commits with such messages to the associted revisions because of the /
before the #ID.
Also these strings will not have a clickable link to the issue id because the the -
or _
behind the #ID.
With this patch Redmine will add such commits to an issues revisions and also the #ID in the message will become a clickable link.
History
#1
Updated by Beni br about 1 month ago
Example:
feature/#37099-sometext
feature/#37099_sometext