Skip to content

Add ability to filter group/project issues list by task type

Coung Ngo requested to merge 366208-add-task-type-filtering into master

What does this MR do and why?

This MR:

  1. Allows filtering of issues by task type
  2. Includes tasks in the issues list by default

This behaviour is behind the work_items feature flag, disabled by default (no changelog required)

#366208 (closed)

Screenshots or screen recordings

Screen_Recording_2022-07-06_at_6.14.26_pm

How to set up and validate locally

  1. In rails console enable the work_items feature flag
    Feature.enable(:work_items)
  2. Visit any group or project issues page such as http://127.0.0.1:3000/groups/flightjs/-/issues
  3. 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.

Related to #366208 (closed)

Edited by Coung Ngo

Merge request reports