Skip to content

Show "i" information on Dev widget

What does this MR do and why?

Show "i" information on Dev widget

Behind work_items_alpha FF

flowchart TD
%% Nodes
    A("WORK ITEM CLOSED")
    E("'willAutoCloseByMergeRequest' is true")
    F("show 'i' icon with the message in design")
    G("'willAutoCloseByMergeRequest' is false")
    H("Do not show 'i' icon")
    

%% Edge connections between nodes
   

    A --> E --> F
    A --> G --> H
flowchart TD
%% Nodes
    A("WORK ITEM OPEN")
    E("'willAutoCloseByMergeRequest' is true")
    F("show 'i' icon with the message in design")
    G("'willAutoCloseByMergeRequest' is false")
    H("Do not show 'i' icon")
    

%% Edge connections between nodes
   

    A --> E --> F
    A --> G --> H

MR acceptance checklist

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

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Task work item (multiple linked merge requests) Issue work item ( single merge request linked)
Screenshot 2024-07-15 at 2.10.47 PM.png Screenshot 2024-07-15 at 2.20.12 PM.png
Screenshot 2024-07-02 at 2.23.27 PM.png Screenshot 2024-07-02 at 2.22.43 PM.png

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable FF work_items_alpha
  2. Copy the url of any task For example http://127.0.0.1:3000/flightjs/Flight/-/work_items/108
  3. Go to any 2 open MR's and update the description to add Resolves http://127.0.0.1:3000/flightjs/Flight/-/work_items/108 or Resolves #108
  4. Open the task and see the MR's linked in the dev widget

Related to #440851 (closed)

Edited by Deepika Guliani

Merge request reports

Loading