diff options
Diffstat (limited to 'gitlab')
-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'), |