Skip to content

Commit 53f9322

Browse files
author
Gauvain Pocentek
committed
Merge branch 'master' of github.com:gpocentek/python-gitlab
2 parents 2ac42d6 + d83b838 commit 53f9322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ class ProjectService(GitlabObject):
17881788
'irker': (('recipients', ), ('default_irc_uri', 'server_port',
17891789
'server_host', 'colorize_messages')),
17901790
'jira': (('new_issue_url', 'project_url', 'issues_url'),
1791-
('description', 'username', 'password')),
1791+
('api_url', 'description', 'username', 'password')),
17921792
'pivotaltracker': (('token', ), tuple()),
17931793
'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')),
17941794
'redmine': (('new_issue_url', 'project_url', 'issues_url'),

0 commit comments

Comments
 (0)