Can we modify the owner of the build definition from one project area to other?
Hi,
When I'm trying yo change the owner of the build definition from one project area to other I get the following error:
|
Problem
An error occurred during "Save Build Definition". java.lang.UnsupportedOperationException: CRRTC3017W The build definition cannot be moved to a different project area. Can some please help me out in changing the project area for a build defintion? When tried to change the owner of build definition from Project area to Team area which belongs to the same project area, it is working fine. So, is it possible to change the project area for a build definition? if so, How can I do it. Thanks and Regards, Vijay. |
2 answers
As most of the items a build definition exists within a project area and you can not change the owner to something outside this context.
If you want a copy of the build definition in a different project area, use the Eclipse client.
In the new Project Area create a new build definition. In the Build Definition wizard select "Create a build by copying an existing build definition"
Browse the project area and select the build definition to use as source.
Click Finish and you are done.
If you want a copy of the build definition in a different project area, use the Eclipse client.
In the new Project Area create a new build definition. In the Build Definition wizard select "Create a build by copying an existing build definition"
Browse the project area and select the build definition to use as source.
Click Finish and you are done.