Attach / Detach deployment sets from projects

Can anyone suggest whether it would be possible / feasible to write a custom service to detach a deployment set from one project and attach to another project. For example where a deployment set is held back from one release and carried over to a subsequent release.

Would it be a case of moving some files/directories on the file system or are there some other inbuilt relationships/configuration files that would need to be written to.

Hi,

Did you try -

wm.deployer.gui.UIProject:removeBundleFromProject
wm.deployer.gui.UIProject:addBundleToProject

You might need some additional logic for “addBundleToProject” to work the way you want.

Regards,
Sumit