I’m having trouble with connecting GitHub and Assembla through webhooks. I’ve configured the webhook URLs properly in GitHub to send commit data to my Assembla workspaces.
Here’s what’s happening: I have three different Assembla workspaces, each with its own webhook configured in GitHub. All three workspaces receive the commit notifications just fine - I can see them showing up in the activity feed.
The problem is with ticket association. I created a test ticket called “Test Commits” in each workspace and tried committing with the message “Test Commit Re #1”. While all workspaces get the commit notification, only one workspace actually links the commit to ticket #1.
I noticed that the workspace where it works correctly receives commits made to the master branch. The two workspaces where linking fails are getting commits from feature branches instead of master.
Has anyone experienced this before? Is there a setting I’m missing that would make ticket linking work for non-master branches?