GithubWebHookForTeamworkPM
1.0.0
To use, clone to a Web server. Then:
config.TEMPLATE.php
to config.php
config.php
, change user token to the user's token that will post on Github's behalf.Settings > Web hooks
page for your project on GitHub, choose Add webhook
.Content type
to application/x-www-form-urlencoded
. Leave Secret
blank.When committing to Github you can reference a TeamworkPM task via it's ID with #
. E.g. "Fixes #123456"
where #123456 is the TeamworkPM Task ID (or as the API calls it, the Teamwork Resource ID - https://yoursite.teamworkpm.net/tasks/123456).