Project

General

Profile

Actions

Feature #37099

open

Add regexps to parse more SCM messages

Added by Beni br almost 2 years ago. Updated over 1 year ago.

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

Actions #1

Updated by Beni br almost 2 years ago

Example:
feature/#37099-sometext
feature/#37099_sometext

Actions #2

Updated by Go MAEDA over 1 year ago

I think the patch can be committed if tests are added.

Actions

Also available in: Atom PDF