I want to publish two plans that are related to each other. But this doesn't work as Bamboo throws an error because the related plan doesn' exist yet.
bambooServer.publish(planParent); // fails because planChild doesn't exist
bambooServer.publish(planChild);
// ---
bambooServer.publish(planChild); // fails because planParent doesn't exist
bambooServer.publish(planParent);
How to publish those two plans?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.