Hello
I understand it to be the norm to use git commit messages like below, so that JIRA can integrate those ticket numbers with Tasks and Stories under Commit History.
JIRA-123 Adding Smart Commits
We would like to bend the rules so that we can put our ticket numbers at the end of the commit message, because we feel the number isn't important when viewing git logs, etc. Here is an example idea:
SmartCommits: Added #JIRA-123
Has anyone had any success with this git commit message style for Smart Commits?
Thanks
Nick