Skip to content

Commit

Permalink
Add jira_issue_transition_id to the JIRA service optional fields
Browse files Browse the repository at this point in the history
  • Loading branch information
galet committed Dec 12, 2016
1 parent 343c131 commit f7e6482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/objects.py
Expand Up @@ -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'),
Expand Down

0 comments on commit f7e6482

Please sign in to comment.