Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d048dc26
Commit
d048dc26
authored
Aug 11, 2014
by
Jan-Willem van der Meer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add jira issue transition id to service form
parent
93f49489
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/models/project_services/jira_service.rb
app/models/project_services/jira_service.rb
+2
-1
No files found.
app/models/project_services/jira_service.rb
View file @
d048dc26
...
@@ -42,7 +42,8 @@ class JiraService < Service
...
@@ -42,7 +42,8 @@ class JiraService < Service
{
type:
'text'
,
name:
'project_url'
,
placeholder:
'Url to JIRA, http://jira.example'
},
{
type:
'text'
,
name:
'project_url'
,
placeholder:
'Url to JIRA, http://jira.example'
},
{
type:
'text'
,
name:
'username'
,
placeholder:
''
},
{
type:
'text'
,
name:
'username'
,
placeholder:
''
},
{
type:
'password'
,
name:
'password'
,
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
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment