Skip to content

Commit d83b838

Browse files
author
Gauvain Pocentek
authored
Merge pull request #146 from galet/add-api-url-to-jira-params
JIRA service - add api_url to optional attributes
2 parents 449830f + c8c43ee commit d83b838

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)