Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple mattermost channel support #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chengweiv5
Copy link

This patch based on below PR

#3

which add multiple mattermost channel support.

To add a webhook to a project, add url like below

http://this-project-server:port/new_event?mattermost_webhook_url=

Signed-off-by: Chengwei Yang [email protected]

This patch based on below PR

  NotSqrt#3

which add multiple mattermost channel support.

To add a webhook to a project, add url like below

http://<this-project-server:port>/new_event?mattermost_webhook_url=<mattermost channel webhook url>

Signed-off-by: Chengwei Yang <[email protected]>
@NotSqrt
Copy link
Owner

NotSqrt commented Mar 25, 2016

That would be really nice if you could update the tests and the docs to reflect this new feature !

fsobanski pushed a commit to iteratec/mattermost-integration-gitlab that referenced this pull request Jul 24, 2017
This pull request is based on PR NotSqrt#4.

Instead of setting MATTERMOST_WEBHOOK_URL when starting the server,
the url must now be passed as an url parameter in the form

http://<this-project-server:port>/new_event?mattermost_webhook_url=<mattermost channel webhook url>

I updated the tests and the readme, just as @NotSqrt requested in PR NotSqrt#4.

This commit should fix issue NotSqrt#2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants