Note that the Ticket Integration will be triggered on remote pushes rather than local commits. And for it to work, you will have to setup your git email and git user name to what is entered in your CloudForge account. (Environment Variables [GIT_AUTHOR_EMAIL] and [GIT_AUTHOR_NAME] or in git-config)
For example:
git config --local user.email "johndoe@company.com"
git config --local user.name "John Doe"
1 Comments