Skip to content

Integration with Assembla

gitlab-qa-bot requested to merge github/fork/carlosparamio/assembla_service into master

Created by: carlosparamio

This set of changes adds support for the integration of Gitlab with the Assembla project manager. Assembla supports external Github repositories, but the POST webhook of Gitlab differs from the Github format in that Github sends the paylod under a "payload" form parameter. This service allows Gitlab to follow that format, so Assembla can receive notifications about new commits and update tickets accordingly. It has been tested with a real project.

Merge request reports