Hello,
is there a way to require a (valid) jira issue id in the comment when I commit something with SoureTree to my git repository?
I use SourceTree with Bitbucket and Jira OnDemand.
Ciao!
Stefan
Check this issue out:
https://jira.atlassian.com/browse/SRCTREE-1245
Else, you might just have to create a pre-commit hook.
Validating this on the server-side, using a Git hook, is more secure than doing this in SourceTree, because you probably can't control the settings in every single SourceTree used by your team.
Commit Policy Plugin makes it easy to verify Git commits (commit message, committer, referenced issues, changed files) via JIRA. You can manage commit policies in the web, and apply them to Git (and Mercurial and Subversion) repositories:
commit-policies.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the link, it looks interesting, but we are on the Cloud...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.