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
f0f96ad1
Commit
f0f96ad1
authored
Nov 05, 2020
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix setting Comment detail for Jira
parent
6d58f682
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/integrations/edit/components/jira_trigger_fields.vue
...ipts/integrations/edit/components/jira_trigger_fields.vue
+1
-6
changelogs/unreleased/273261-not-able-to-set-comment-settings-for-jira.yml
...ased/273261-not-able-to-set-comment-settings-for-jira.yml
+5
-0
No files found.
app/assets/javascripts/integrations/edit/components/jira_trigger_fields.vue
View file @
f0f96ad1
...
@@ -108,12 +108,7 @@ export default {
...
@@ -108,12 +108,7 @@ export default {
:label=
"s__('Integrations|Comment detail:')"
:label=
"s__('Integrations|Comment detail:')"
data-testid=
"comment-detail"
data-testid=
"comment-detail"
>
>
<input
<input
name=
"service[comment_detail]"
type=
"hidden"
:value=
"commentDetail"
/>
v-if=
"isInheriting"
name=
"service[comment_detail]"
type=
"hidden"
:value=
"commentDetail"
/>
<gl-form-radio
<gl-form-radio
v-for=
"commentDetailOption in commentDetailOptions"
v-for=
"commentDetailOption in commentDetailOptions"
:key=
"commentDetailOption.value"
:key=
"commentDetailOption.value"
...
...
changelogs/unreleased/273261-not-able-to-set-comment-settings-for-jira.yml
0 → 100644
View file @
f0f96ad1
---
title
:
Fix setting Comment detail for Jira and modal for groups
merge_request
:
46945
author
:
type
:
fixed
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