Project

General

Profile

Actions

Defect #1947

closed

Parsing of issue #s in commit messages fails if number followed by a comma, etc.

Added by Lane Roathe over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

We have found that if an issue number is followed by a comma or any other punctuation then the parsing of that as an issue # fails. Examples:

Works:

Issue #123

Fails:

Issue #123,456

PS: Did a search for an existing issue or patch and didn't find one, if this is a dup, just mark it as such.

Actions #1

Updated by Mischa The Evil over 15 years ago

Lane Roathe wrote:

Issue #123,456

Redmine expects that line as follows:

Issue #123,#456

That will work I guess. # is the default character in Redmine which should be prepended before an issue-number to let Redmine detect (and parse) it accordingly.

Please report back if it works so this issue could be closed when the issue is solved.
HTH...

Actions #2

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Affected version (unused) deleted (0.7.3)
  • Resolution set to Invalid
  • Affected version deleted (0.7.3)

As Mischa said, each issues id must be prefix with #.

Actions

Also available in: Atom PDF