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
0
Merge Requests
0
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
iv
gitlab-ce
Commits
3d108760
Commit
3d108760
authored
Jun 27, 2016
by
Tim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set field defaults to be the same as IssueTrackerService
Rebased to resolve merge conflicts
parent
bc313dea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CHANGELOG
CHANGELOG
+1
-1
app/models/project_services/bugzilla_service.rb
app/models/project_services/bugzilla_service.rb
+3
-3
No files found.
CHANGELOG
View file @
3d108760
...
...
@@ -26,12 +26,12 @@ v 8.9.3 (unreleased)
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem
- Update mobile button icons to be more inline with typical UI paradigms
- Fixes missing avatar on system notes. !4954
- Add Bugzilla integration !4930 (iamtjg)
v 8.9.2
- Fix visibility of snippets when searching.
- Fix an information disclosure when requesting access to a group containing private projects.
- Update omniauth-saml to 1.6.0 !4951
- Add Bugzilla integration
v 8.9.1
- Refactor labels documentation. !3347
...
...
app/models/project_services/bugzilla_service.rb
View file @
3d108760
...
...
@@ -25,9 +25,9 @@ class BugzillaService < IssueTrackerService
def
fields
[
{
type:
'text'
,
name:
'description'
,
placeholder:
description
},
{
type:
'text'
,
name:
'project_url'
,
placeholder:
'
http://bugzilla.example.com/describecomponents.cgi?product=PRODUCT_NAME
'
},
{
type:
'text'
,
name:
'issues_url'
,
placeholder:
'
http://bugzilla.example.com/show_bug.cgi?id=:id
'
},
{
type:
'text'
,
name:
'new_issue_url'
,
placeholder:
'
http://bugzilla.example.com/enter_bug.cgi?product=PRODUCT_NAME
'
}
{
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
'
}
]
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