Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Github Integration

artur79 edited this page Sep 8, 2011 · 6 revisions

You have to follow 4 simple steps to integrate teambox with your github repo:

The steps to use GitHub webhooks are the following:

1

Go to the admin page

2

Click here

3

Click here

4

Use your project


There are 2 modes that Github integration works:

Tasks mode (default)

For each commit message you have to specify existing task id, for example when using git in shell:

git commit -m "Added cukes and specs [123456]"

or if you want to mark a task as resolved as well:

git commit -m "Added cukes and specs [close-123456]"

Commits will appear, in specified task, as a comments:

Example

Conversations mode

All you need to do is to add in POST-Receive URL additional parameter:

?conversations=true

You may also just add it to POST request parameters.

Commits will appear as conversations in your project:

Example

Clone this wiki locally