Create a project off Blueprint nested in a folder via API
Greetings all!
I'm trying to figure out the best way to create a new project based on a Blueprint and nest it into a folder in a Space. I saw where we can post into a folder, but couldn't find project or ability to copy blueprint. For example:
New project is created by duplicating Blueprint [Project Blueprint A]
Project is placed into the Space [Marketing]
Project is placed into a folder [Incoming Requests]
Thanks for any guidance!
Hi Steven Vogt, you can easily insert the new project to the relevant folder by specifying the parent folder's ID in the 'parent' parameter of the Blueprint Launch call. This way the new project will be placed into the correct folder of your choice.
Please keep in mind that you need to use a special API ID of the folder rather than the regular workspace ID. To get the API ID, you might want to perform the
GET/folders
call and search the response.Let me know if you have any additional questions! ☺️
Lisa K. Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa K. Wrike Team member Become a Wrike expert with Wrike Discover
I'm confused on the "Parent Parameter" piece of this. Could you give an example?
Hi Alex Olinger, please check out the post here where one of our team members explained in detail.