Actions
Defect #19538
closedKeywords in commit messages: journal entries are created even if nothing was changed
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Regarding Referencing issues in commit messages:
Assume I have configured the keyword "feedback
" to set an issue status to feedback
.
Further, issue #42
is already set to feedback
.
Now I commit with a message "feedback #42
".
Actual result: The issue is updated with the journal entry "Applied in changeset …
".
Desired result: Since in fact nothing changes/was applied, the issue should not get an additional journal entry.
Actions