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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
471487d2
Commit
471487d2
authored
Mar 27, 2015
by
Steven Burgart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken link in jira service
parent
3d4c2d0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
app/models/project_services/jira_service.rb
app/models/project_services/jira_service.rb
+5
-6
No files found.
app/models/project_services/jira_service.rb
View file @
471487d2
...
@@ -24,13 +24,12 @@ class JiraService < IssueTrackerService
...
@@ -24,13 +24,12 @@ class JiraService < IssueTrackerService
prop_accessor
:title
,
:description
,
:project_url
,
:issues_url
,
:new_issue_url
prop_accessor
:title
,
:description
,
:project_url
,
:issues_url
,
:new_issue_url
def
help
def
help
issue_tracker_link
=
help_page_path
(
"integration"
,
"external-issue-tracker"
)
line1
=
'Setting `project_url`, `issues_url` and `new_issue_url` will '
\
'allow a user to easily navigate to the Jira issue tracker. See the '
\
'[integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) '
\
'for details.'
line1
=
"Setting `project_url`, `issues_url` and `new_issue_url` will "
\
line2
=
'Support for referencing commits and automatic closing of Jira issues directly '
\
"allow a user to easily navigate to the Jira issue tracker. "
\
"See the [integration doc](
#{
issue_tracker_link
}
) for details."
line2
=
'Support for referencing commits and automatic closing of Jira issues directly '
\
'from GitLab is [available in GitLab EE.](http://doc.gitlab.com/ee/integration/jira.html)'
'from GitLab is [available in GitLab EE.](http://doc.gitlab.com/ee/integration/jira.html)'
[
line1
,
line2
].
join
(
"
\n\n
"
)
[
line1
,
line2
].
join
(
"
\n\n
"
)
...
...
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