Add jira issue transition id to service form

This commit is contained in:
Jan-Willem van der Meer
2014-08-11 19:25:08 +02:00
parent 93f49489e4
commit d048dc26c5
+2 -1
View File
@@ -42,7 +42,8 @@ class JiraService < Service
{ type: 'text', name: 'project_url', placeholder: 'Url to JIRA, http://jira.example' },
{ type: 'text', name: 'username', placeholder: '' },
{ type: 'password', name: 'password', placeholder: '' },
{ type: 'text', name: 'api_version', placeholder: '2' }
{ type: 'text', name: 'api_version', placeholder: '2' },
{ type: 'text', name: 'jira_issue_transition_id', placeholder: '2' }
]
end