From b5e6a469e7e299dfa09bac730daee48432454075 Mon Sep 17 00:00:00 2001 From: Matej Zerovnik Date: Fri, 13 Oct 2017 13:41:42 +0200 Subject: Add mattermost service support --- gitlab/v4/objects.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gitlab/v4/objects.py') diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index e43d65e..67c1712 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -1676,6 +1676,7 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, RESTManager): ('new_issue_url', 'project_url', 'issues_url', 'api_url', 'description', 'username', 'password', 'jira_issue_transition_id')), + 'mattermost': (('webhook',), ('username', 'channel')), 'pivotaltracker': (('token', ), tuple()), 'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')), 'redmine': (('new_issue_url', 'project_url', 'issues_url'), -- cgit v1.2.1