Description:
As a User, I want to move a pipeline from one project to another so that I can better organize and manage my workflows across different projects.
Acceptance criteria:
Ensure that:
the Move pipeline option must be available in the pipeline settings or context menu;
a modal or dialog box should appear when selecting Move Pipeline option, prompting the user to choose the target project;
the User must be able to view a list of available target projects they have access to;
before executing the move, display a confirmation dialog summarizing the pipeline name and the target project;
upon confirmation, the pipeline should be:
--transferred to the target project;
--retained with its current configurations and data (e.g., stages, tasks);
--removed from the original project;
if the operation fails, display an error message explaining the issue (e.g., insufficient permissions, incompatible projects);
after the move is completed, redirect the user to the pipeline’s new location within the target project.
Description: As a User, I want to move a pipeline from one project to another so that I can better organize and manage my workflows across different projects.
Acceptance criteria:
Ensure that: