Currently the onDemand Jira use Subversion and require issue key on each commit.
After moving to GIT, how can I get this feature on with Bitbucket.
Currently user can push without any issue key.
Subversion was most likely configured with a pre-commit hook. Commits happen locally before the push. So, to accomplish this, you want a pre-commit hook on Git installed locally.
http://git-scm.com/book/en/Customizing-Git-Git-Hooks
Each user would need this. Optimially, you'd create a Git installation package for your team that they all use.
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.