Simple node app to handle web-hook notifications in Teamwork projects tasks.
100K+
Integrates Bitbucket commits with TeamWork task comments
This is a simple webhook server which allows to proxy commit info from Bitbucket to TeamWork Project.
You need to provide a few env variables:
APP_AUTH_TOKEN
The token parameter used to authenticate the webhook.
TW_API_KEY
The API key to communicate with TeamWork Project
TW_URL
The complete URL of your TeamWork Project instance. It si most likely something like: https://your_company(.eu).teamwork.com
If you have custom domain (or subdomain) you should use that as URL, for example: https://project.my-company.com
TW_AUTHOR_ID
Optional User ID which will be used to post the comments.
Important: The API Key must belong to an administrator to be able to post as different user.
Getting up and running is as easy as 1, 2, 3.
Install your dependencies
cd path/to/bb-vs-tw
npm install
Start your app
npm start
This project uses Feathers. An open source web framework for building modern real-time applications.
Content type
Image
Digest
Size
76.4 MB
Last updated
over 5 years ago
docker pull esolitos/bitbucket-notify-teamwork