Skip to content

Commit

Permalink
Merge pull request #146 from galet/add-api-url-to-jira-params
Browse files Browse the repository at this point in the history
JIRA service - add api_url to optional attributes
  • Loading branch information
Gauvain Pocentek committed Sep 13, 2016
2 parents 449830f + c8c43ee commit d83b838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/objects.py
Expand Up @@ -1788,7 +1788,7 @@ class ProjectService(GitlabObject):
'irker': (('recipients', ), ('default_irc_uri', 'server_port',
'server_host', 'colorize_messages')),
'jira': (('new_issue_url', 'project_url', 'issues_url'),
('description', 'username', 'password')),
('api_url', 'description', 'username', 'password')),
'pivotaltracker': (('token', ), tuple()),
'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')),
'redmine': (('new_issue_url', 'project_url', 'issues_url'),
Expand Down

0 comments on commit d83b838

Please sign in to comment.