Create a work item at the end of a build
What is the best way to create a work item at the end of a successful build automatically?
Our goal is to create a move request (a custom work item) to deploy the build to the server after the build was successful.
Is there any ant script or embedded java code in the build script can achieve this?
Or is there a way to extend build definition to include this feature?
Our goal is to create a move request (a custom work item) to deploy the build to the server after the build was successful.
Is there any ant script or embedded java code in the build script can achieve this?
Or is there a way to extend build definition to include this feature?