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/v3/objects.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gitlab/v3/objects.py') diff --git a/gitlab/v3/objects.py b/gitlab/v3/objects.py index 338d219..ebe0785 100644 --- a/gitlab/v3/objects.py +++ b/gitlab/v3/objects.py @@ -1675,6 +1675,7 @@ class ProjectService(GitlabObject): # Optional fields '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