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
c7410921
Commit
c7410921
authored
Jul 02, 2021
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add feature flag for editing of Jira issue labels
parent
8e948357
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
config/feature_flags/development/jira_issue_details_edit_labels.yml
...ture_flags/development/jira_issue_details_edit_labels.yml
+8
-0
ee/app/controllers/projects/integrations/jira/issues_controller.rb
...ntrollers/projects/integrations/jira/issues_controller.rb
+1
-0
No files found.
config/feature_flags/development/jira_issue_details_edit_labels.yml
0 → 100644
View file @
c7410921
---
name
:
jira_issue_details_edit_labels
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65298
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/335069
milestone
:
'
14.1'
type
:
development
group
:
group::ecosystem
default_enabled
:
false
ee/app/controllers/projects/integrations/jira/issues_controller.rb
View file @
c7410921
...
...
@@ -15,6 +15,7 @@ module Projects
before_action
:check_feature_enabled!
before_action
only: :show
do
push_frontend_feature_flag
(
:jira_issue_details_edit_status
,
project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:jira_issue_details_edit_labels
,
project
,
default_enabled: :yaml
)
end
rescue_from
::
Projects
::
Integrations
::
Jira
::
IssuesFinder
::
IntegrationError
,
with: :render_integration_error
...
...
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