Skip to content

Add /award quick action for work items

Joseph Wambua requested to merge 412275_work_item_emoji_quick_action into master

What does this MR do and why?

Add /award :emoji quick action for work items.

This action essentially adds an emoji reaction to the work item.

Screenshots or screen recordings

Screen_Recording_2023-07-31_at_08.03.27

How to set up and validate locally

  1. In rails console, enable the feature flag:
Feature.enable(:krs_mvc)
  1. Navigate to your test project.
  2. On the left sidebar, select Plan > Issues
  3. In the upper-right corner, next to New issue, select the down arrow and then select New objective.
  4. Select New objective again.
  5. Select Create objective.
  6. In the comment box, type /award :rocket:
  7. Save the comment, and refresh the page
  8. The Objective should now have an emoji reaction showing 🚀

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Joseph Wambua

Merge request reports

Loading