Defect #14850
openTime Tracking Commit Message Not Using Proper Markup (Git)
0%
Description
When using the Time Tracking function for commit messages, Redmine is not properly adding the correctly formatted links to the spent time log messages.
Part of this might be the way that it deals with multiple repositories per project.
Environment:
Project Identifier: admin
Repo Identifier: admin (default)
Commit Hash: 7af8918f5728112193001c09b47a7874889bd987
Current this is what happens:
Spent Time Comment:
Applied in changeset admin|commit:7af8918f5728112193001c09b47a7874889bd987
This is incorrect and not a proper Redmine formatted link. It should be either:
With Cross-Project Identifier
Default Repo:
Applied in changeset admin:commit:7af8918f5728112193001c09b47a7874889bd987
Non-Default Repo:
Applied in changeset admin:commit:admin|7af8918f5728112193001c09b47a7874889bd987
Or Without Cross-Project Identifier
Default Repo:
Applied in changeset commit:7af8918f5728112193001c09b47a7874889bd987
Non-Default Repo:
Applied in changeset commit:admin|7af8918f5728112193001c09b47a7874889bd987
Thank you for your time. Please let me know if you need me to provide more information about my environment. I have seen this activity across all of my projects / repos.
Thanks,
Lucas
Updated by Toshi MARUYAMA about 11 years ago
- Category changed from Time tracking to SCM