Actions
Defect #14276
closedLimit users than can reference and fix issues in commit messages
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Currently, all commit messages are analyzed and processed to update issues.
This can be an issue if one merges an existing git repository into the project's, if that said repository has commit messages that contain "fix issue #xyz" for example.
An easy way to fix this would be to actually edit the referenced/fixed issues from commit messages only if the committer is mapped to a Redmine user.
Hence, commit messages containing "fixes #xyz" from another repository wouldn't mess with the current project, because they are not linked to a Redmine user.
Related issues
Actions