Fix the create work item group path for parent
What does this MR do and why?
This MR enabled the parent widget on the create work item to
- Select epic from any of the ancestor by passing full group path instead of the top group
- Select issue for a task in a standalone project
References
- Closes #572899 (closed)
- Closes #573034 (closed)
Screenshots or screen recordings
Scenario | Before | After |
---|---|---|
Group/project (no change) |
||
Group/Sub group/Project | ||
Group (no change) |
||
Group/Sub group | ||
root/Project (no change) |
How to set up and validate locally
- Create a nested group structure:
Top Group
>Subgroup A
>Subgroup B
>Project B
. - Create an epic in
Top Group
named "Top Level Epic". - Create an epic in
Subgroup A
named "Subgroup Epic". - Navigate to
Project B
and click the button to create a New Issue. - In the sidebar on the right, click the "Parent" dropdown.
- Search for "Subgroup Epic".
- Verify the subgroup epic is shown and not just the top level epic
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 #573034 (closed)