Added new work items feature flag
What does this MR do and why?
We decided to remove the ability to convert a markdown task list item to a work item Task for now. In this MR I moved this functionality to a new feature flag: work_items_create_from_markdown
.
See https://gitlab.com/gitlab-org/gitlab/-/issues/368462#note_1033880891 for more context.
Screenshots or screen recordings
:work_items
on, on hover
with Before | After |
---|---|
How to set up and validate locally
- Enable the work_items feature flag
Feature.enable(:work_items)
- Create a checklist within an issue
- Checklist should not have changed
- Enable the work_items_create_from_markdown feature flag
Feature.enable(:work_items_create_from_markdown)
- You should now see the "Convert to Task" button when hovering on the checklist item.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Donald Cook