What is the best way to pull in commits from all of my repo's branches with the GitHub Connector?

Bradley Wagner November 4, 2011

3 part question:

1. Is there a good way to to sync commits from all branches using the GitHub connector?

2. can the post-receive hook *not* specify a specific branch and instead do it for all of them?

3. Is the post-receive hook necessary for new commits or will the connector synchronize new commits?

2 answers

1 accepted

0 votes
Answer accepted
Bradley Wagner January 31, 2012

It looks like when you move to Atlassian JIRA OnDemand, the GitHub connector has been replaced by a Bitbucket connector which doesn't have this same problem. Instead the post-commit hook submits to an action in JIRA that syncs the repo rather than updating a particular branch.

0 votes
Bradley Wagner January 31, 2012

Really just 1 question I need answered: is it possible for the GitHub connector to pull other (non-master) branches commits in without explicitly spelling out the branches in the connector? We have lots of topic branches that would be great to be able to see in JIRA.

Suggest an answer

Log in or Sign up to answer