diff options
author | Michal Galet <michal.galet@gmail.com> | 2016-12-12 10:24:54 +0100 |
---|---|---|
committer | Michal Galet <michal.galet@gmail.com> | 2016-12-12 10:24:54 +0100 |
commit | f7e6482f6f8e5a5893f22739ec98005846c74eec (patch) | |
tree | 0928ba68a0a679eae87b22fbf7ef5df7c09aa2b1 /gitlab/objects.py | |
parent | 343c131069c76fe68900d95b2a3e996e25e5c9c7 (diff) | |
download | gitlab-f7e6482f6f8e5a5893f22739ec98005846c74eec.tar.gz |
Add jira_issue_transition_id to the JIRA service optional fields
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r-- | gitlab/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index eaae9c6..4d1e7b8 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'), |