Redmine doesn't require title and description change
This commit is contained in:
parent
62c00661c4
commit
09de0bfc37
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ class RedmineService < IssueTrackerService
|
|||
|
||||
def fields
|
||||
[
|
||||
{ type: 'text', name: 'title', placeholder: title },
|
||||
{ type: 'text', name: 'description', placeholder: description },
|
||||
{ type: 'text', name: 'project_url', placeholder: 'Project url' },
|
||||
{ type: 'text', name: 'issues_url', placeholder: 'Issue url'},
|
||||
{ type: 'text', name: 'new_issue_url', placeholder: 'New Issue url'}
|
||||
|
|
Loading…
Reference in a new issue