Skip to content

Commit f7e6482

Browse files
committed
Add jira_issue_transition_id to the JIRA service optional fields
1 parent 343c131 commit f7e6482

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
@@ -2001,7 +2001,7 @@ class ProjectService(GitlabObject):
20012001
'description',
20022002

20032003
# Optional fields
2004-
'username', 'password')),
2004+
'username', 'password', 'jira_issue_transition_id')),
20052005
'pivotaltracker': (('token', ), tuple()),
20062006
'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')),
20072007
'redmine': (('new_issue_url', 'project_url', 'issues_url'),

0 commit comments

Comments
 (0)