Add ability to filter group/project issues list by task type
What does this MR do and why?
This MR:
- Allows filtering of issues by task type
- Includes tasks in the issues list by default
This behaviour is behind the work_items
feature flag, disabled by default (no changelog required)
Screenshots or screen recordings
Screen_Recording_2022-07-06_at_6.14.26_pm
How to set up and validate locally
- In rails console enable the work_items feature flag
Feature.enable(:work_items)
- Visit any group or project issues page such as
http://127.0.0.1:3000/groups/flightjs/-/issues
- Confirm that you can filter by tasks
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.
Related to #366208 (closed)
Edited by Coung Ngo