Skip to content

Disable /type quick action on epic work items

Joseph Wambua requested to merge jj-470548-hide_type_quickaction_on_epics into master

What does this MR do and why?

Disable /type quick action on epic work items.

Currently users can see the /type quick action in the available menu on work item epics. However, when attempting to use the quick action nothing occurs.

The current solution is to hide this quick action for the moment.

Related to #470548 (closed)

Screenshots or screen recordings

Before After
Screenshot_2024-07-29_at_14.21.15 Screenshot_2024-07-29_at_14.19.26

How to set up and validate locally

  1. Run the following commands on the rails console to enable epic work items:

    Feature.enable(:work_item_epics)
    Feature.enable(:work_epics_rollout)
  2. Navigate to a group's epics page (http://127.0.0.1:3000/groups/$GROUP_NAME/-/epics)

  3. Create an epic

  4. Ensure that the /type quick action is not available.

Edited by Joseph Wambua

Merge request reports

Loading