Actions
Feature #37099
openAdd regexps to parse more SCM messages
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Files
Updated by Beni br over 2 years ago
Example:
feature/#37099-sometext
feature/#37099_sometext
Updated by Go MAEDA over 2 years ago
I think the patch can be committed if tests are added.
Actions