From f7e6482f6f8e5a5893f22739ec98005846c74eec Mon Sep 17 00:00:00 2001 From: Michal Galet Date: Mon, 12 Dec 2016 10:24:54 +0100 Subject: [PATCH] Add jira_issue_transition_id to the JIRA service optional fields --- gitlab/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/objects.py b/gitlab/objects.py index eaae9c6b4..4d1e7b802 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -2001,7 +2001,7 @@ class ProjectService(GitlabObject): 'description', # Optional fields - 'username', 'password')), + 'username', 'password', 'jira_issue_transition_id')), 'pivotaltracker': (('token', ), tuple()), 'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')), 'redmine': (('new_issue_url', 'project_url', 'issues_url'),