Rajan Mistry activity https://gitlab.com/ramistry 2026-03-18T13:18:23Z tag:gitlab.com,2026-03-18:5217559325 Rajan Mistry commented on merge request !227854 at GitLab.org / GitLab 2026-03-18T13:18:23Z ramistry Rajan Mistry [email protected]

The changes LGTM. Also, a failing job was re-triggered as the failure does not look related to these changes.

tag:gitlab.com,2026-03-18:5217558673 Rajan Mistry approved merge request !227854: Migrate lodash imports to lodash-es in projects, import and collaboration modules at GitLab.org / GitLab 2026-03-18T13:18:15Z ramistry Rajan Mistry [email protected]

What does this MR do and why?

Migrates lodash imports to lodash-es in projects, import, jira connect, kubernetes, deploy keys, labels, mirrors, badges, crm, contributors, and other collaboration modules.

This is part of #558221.

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist.

tag:gitlab.com,2026-03-18:5217464842 Rajan Mistry commented on epic #21188 at GitLab.org 2026-03-18T12:58:17Z ramistry Rajan Mistry [email protected]

cc: @vjain-gl / @mdangelo6

tag:gitlab.com,2026-03-18:5217208520 Rajan Mistry commented on issue #589202 at GitLab.org / GitLab 2026-03-18T12:05:28Z ramistry Rajan Mistry [email protected]

@vshushlin if there’s no further action needed on this point, could we please resolve the thread?

tag:gitlab.com,2026-03-18:5217049206 Rajan Mistry commented on merge request !227878 at GitLab.org / GitLab 2026-03-18T11:27:07Z ramistry Rajan Mistry [email protected]

@phillipwells, can you please review it from Technical Writing?

tag:gitlab.com,2026-03-18:5216942762 Rajan Mistry commented on merge request !227878 at GitLab.org / GitLab 2026-03-18T11:02:37Z ramistry Rajan Mistry [email protected]

@nickbrandt, can you please review if this was needed for #592846?

tag:gitlab.com,2026-03-18:5216938841 Rajan Mistry opened merge request !227878: Improve Saved Views documentation for permissions and private views at GitLab.org / GitLab 2026-03-18T11:01:46Z ramistry Rajan Mistry [email protected]

What does this MR do and why?

This MR updates the documentation

  • adds a new section explaining how saved view visibility works in the work items feature. The changes clarify that users can create either private views (only visible to themselves) or shared views (visible to all team members), and
  • includes examples showing how different user roles interact with these views.
  • The update also adds screenshots and expands the instructions for creating views to better explain the visibility options.

References

How to set up and validate locally

On local, review http://gdk.test:3000/help/user/work_items/saved_views

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 #592846

tag:gitlab.com,2026-03-18:5216916779 Rajan Mistry pushed new project branch 592846-improve-permission-private-saved-view-docs at GitLab.org / GitLab 2026-03-18T10:56:59Z ramistry Rajan Mistry [email protected]

Rajan Mistry (59669a3f) at 18 Mar 10:56

Improve Saved Views documentation for permissions and private views

tag:gitlab.com,2026-03-18:5216314721 Rajan Mistry commented on issue #593195 at GitLab.org / GitLab 2026-03-18T08:49:52Z ramistry Rajan Mistry [email protected]

Asked the user which filters are exactly causing the issue as I am not able to reproduce it.

tag:gitlab.com,2026-03-18:5216312849 Rajan Mistry commented on issue #590689 at GitLab.org / GitLab 2026-03-18T08:49:23Z ramistry Rajan Mistry [email protected]

Hey @gforcada, I tested a few filters on my end and they seemed to work fine. It’s possible that the bulk editing took some time to reflect. Could you please try again? Also, it would be helpful if you could let us know exactly which filter is causing the issue.

tag:gitlab.com,2026-03-18:5216157203 Rajan Mistry commented on merge request !227693 at GitLab.org / GitLab 2026-03-18T08:10:45Z ramistry Rajan Mistry [email protected]

@reza-marandi, can you please review @cervanj.swe's MR?

tag:gitlab.com,2026-03-17:5213659229 Rajan Mistry deleted project branch 10482-display-parent-information-in-work-items-views at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-17T15:56:09Z ramistry Rajan Mistry [email protected]

Rajan Mistry (148fcee5) at 17 Mar 15:56

tag:gitlab.com,2026-03-17:5213659161 Rajan Mistry pushed to project branch master at GitLab.org / GitLab 2026-03-17T15:56:08Z ramistry Rajan Mistry [email protected]

Rajan Mistry (f2d746d1) at 17 Mar 15:56

Merge branch '10482-display-parent-information-in-work-items-views'...

... and 1 more commit

tag:gitlab.com,2026-03-17:5213655992 Rajan Mistry accepted merge request !221176: Show Parent Information In Work Items Views at GitLab.org / GitLab 2026-03-17T15:55:28Z ramistry Rajan Mistry [email protected]

What does this MR do and why?

This MR adds parent information display across multiple work item views to help users understand item hierarchy without needing to navigate away from their current view.

Key Changes Summary

  • Added parent information display to work items list view, linked items widget, and child items widget
  • Created ParentPopover component showing detailed parent info on hover (status, assignees, milestone, dates)
  • Created WorkItemParentMetadata component with parent icon + truncated title link

GraphQL Updates:

  • Extended query-specific fragments to fetch parent data (id, title, webUrl, reference, workItemType)
  • Separated query and mutation fragments to prevent Query too large errors

Testing:

  • Added a comprehensive test suite for the WorkItemParentMetadata component
  • Updated existing tests with parent field support
  • Enhanced mock data with parent objects

References

#10482

Screenshots or screen recordings

Screenshot_2026-02-06_at_4.34.10_PM

How to set up and validate locally

  1. Check out this branch.
  2. Navigate to the Work Items view.
  3. Create a new work item.
  4. Ensure the work item has the following fields labels, assignees, milestones, weight, date, and any other relevant fields applied.
  5. Select the newly created work item to open its details page.
  6. In the Child Items or Linked Items widget, click the Add button and choose Add existing task.
  7. In the input field, search for and select an existing task.
  8. Click Add task to link the selected task.
  9. Verify that the newly linked task is assigned a parent item.
  10. Hover over or focus on the Parent field and verify that the popover is displayed as seen here.
  11. Verify that the parent item is hidden by default in the Child item Widget.
  12. Navigate back to the Work Items list page.
  13. Verify that the newly added child/linked item displays its parent item.
  14. Hover over or focus on the Parent field and confirm that the popover is displayed correctly.

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 #10482

tag:gitlab.com,2026-03-17:5213522400 Rajan Mistry commented on epic #21372 at GitLab.org 2026-03-17T15:26:24Z ramistry Rajan Mistry [email protected]

Thanks Vedant, I'll look into the feature specs.

tag:gitlab.com,2026-03-17:5212720560 Rajan Mistry deleted project branch duplicate-gpat-frontend at GitLab.org / GitLab 2026-03-17T12:51:18Z ramistry Rajan Mistry [email protected]

Rajan Mistry (067de21a) at 17 Mar 12:51