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
c2dddd99
Commit
c2dddd99
authored
Aug 20, 2021
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'kpaizee-fix-jira-links' into 'master'
Fix links to Jira docs See merge request gitlab-org/gitlab!68644
parents
c581d371
ed8055c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/integrations/edit/components/jira_trigger_fields.vue
...ipts/integrations/edit/components/jira_trigger_fields.vue
+2
-2
No files found.
app/assets/javascripts/integrations/edit/components/jira_trigger_fields.vue
View file @
c2dddd99
...
@@ -37,7 +37,7 @@ const issueTransitionOptions = [
...
@@ -37,7 +37,7 @@ const issueTransitionOptions = [
help
:
s__
(
help
:
s__
(
'
JiraService|Automatically transitions Jira issues to the "Done" category. %{linkStart}Learn more%{linkEnd}
'
,
'
JiraService|Automatically transitions Jira issues to the "Done" category. %{linkStart}Learn more%{linkEnd}
'
,
),
),
link
:
helpPagePath
(
'
integration/jira/i
ndex
.html
'
,
{
link
:
helpPagePath
(
'
integration/jira/i
ssues
.html
'
,
{
anchor
:
'
automatic-issue-transitions
'
,
anchor
:
'
automatic-issue-transitions
'
,
}),
}),
},
},
...
@@ -47,7 +47,7 @@ const issueTransitionOptions = [
...
@@ -47,7 +47,7 @@ const issueTransitionOptions = [
help
:
s__
(
help
:
s__
(
'
JiraService|Set a custom final state by using transition IDs. %{linkStart}Learn about transition IDs%{linkEnd}
'
,
'
JiraService|Set a custom final state by using transition IDs. %{linkStart}Learn about transition IDs%{linkEnd}
'
,
),
),
link
:
helpPagePath
(
'
integration/jira/i
ndex
.html
'
,
{
link
:
helpPagePath
(
'
integration/jira/i
ssues
.html
'
,
{
anchor
:
'
custom-issue-transitions
'
,
anchor
:
'
custom-issue-transitions
'
,
}),
}),
},
},
...
...
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