Skip to content

Add status widget to create work item view

What does this MR do and why?

Ability to add custom status for new work item

This MR does not involve showing the default work item status since the backend work for that is pending

References

Screenshots or screen recordings

Create work item with custom status
Screen Recording 2025-04-29 at 13.49.38.mov

How to set up and validate locally

  1. Enable work_item_status_feature_flag
  2. Go to create issue / create work item (http://127.0.0.1:3000/flightjs/Flight/-/work_items/new / http://127.0.0.1:3000/flightjs/Flight/-/issues/new)
  3. Create a task
  4. Set some custom status to the task
  5. See that the work item is created with that task

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #526534 (closed)

Edited by Deepika Guliani

Merge request reports

Loading