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
fae23e10
Commit
fae23e10
authored
Apr 13, 2022
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix links to Jira docs
parent
bd70ef16
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
app/assets/javascripts/jira_connect/subscriptions/components/add_namespace_modal/groups_list_item.vue
...tions/components/add_namespace_modal/groups_list_item.vue
+3
-1
app/services/jira/requests/base.rb
app/services/jira/requests/base.rb
+1
-1
spec/frontend/jira_connect/subscriptions/components/add_namespace_modal/groups_list_item_spec.js
...s/components/add_namespace_modal/groups_list_item_spec.js
+1
-1
No files found.
app/assets/javascripts/jira_connect/subscriptions/components/add_namespace_modal/groups_list_item.vue
View file @
fae23e10
...
...
@@ -43,7 +43,9 @@ export default {
message
:
s__
(
'
Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}
'
,
),
linkUrl
:
helpPagePath
(
'
integration/jira_development_panel.html
'
,
{
anchor
:
'
usage
'
}),
linkUrl
:
helpPagePath
(
'
integration/jira_development_panel.html
'
,
{
anchor
:
'
use-the-integration
'
,
}),
variant
:
'
success
'
,
});
...
...
app/services/jira/requests/base.rb
View file @
fae23e10
...
...
@@ -68,7 +68,7 @@ module Jira
end
def
auth_docs_link_start
auth_docs_link_url
=
Rails
.
application
.
routes
.
url_helpers
.
help_page_path
(
'integration/jira'
,
anchor:
'authentication-in-jira'
)
auth_docs_link_url
=
Rails
.
application
.
routes
.
url_helpers
.
help_page_path
(
'integration/jira
/index
'
,
anchor:
'authentication-in-jira'
)
'<a href="%{url}" target="_blank" rel="noopener noreferrer">'
.
html_safe
%
{
url:
auth_docs_link_url
}
end
...
...
spec/frontend/jira_connect/subscriptions/components/add_namespace_modal/groups_list_item_spec.js
View file @
fae23e10
...
...
@@ -72,7 +72,7 @@ describe('GroupsListItem', () => {
expect
(
addSubscriptionSpy
).
toHaveBeenCalledWith
(
mockSubscriptionPath
,
mockGroup1
.
full_path
);
expect
(
persistAlert
).
toHaveBeenCalledWith
({
linkUrl
:
'
/help/integration/jira_development_panel.html#us
age
'
,
linkUrl
:
'
/help/integration/jira_development_panel.html#us
e-the-integration
'
,
message
:
'
You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}
'
,
title
:
'
Namespace successfully linked
'
,
...
...
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