Expose API methods for task blueprints

Title says it all! You can manipulate regular tasks using the Wrike API, but you can't even query for task blueprints at all. We would greatly appreciate the ability to query tasks within blueprint folders and projects, as well as launch individual task blueprints from the API. Because the ability to launch individual task blueprints exists in Wrike's form system, it seems that this capability is technically possible but likely hidden in a private API. Exposing the APIs used for task blueprints would help us greatly, since our usage of Blueprints as a whole is almost entirely task-based. Thanks!

Upvote 9
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
5 comments

Thank you for submitting your feedback SSEM Administrator, I'm passing it to our Product team 👍

Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover

Lisa Wrike Team member Become a Wrike expert with Wrike Discover

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

I'm very interested by this thread; are there any updates on when this could be a feature?

Querying tasks from folders is currently quite easy (percolate through the child ids until you get a task), but all the childids in our blueprints are empty. 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
Avatar
Cansu

Hi Stéphane Burwash, welcome to the Community, and thank you for posting. 

Please allow me to share a little detail on how we process Product Feedback. We receive many great ideas on Community, and we pass on all feedback to our Product team. If you'd like to find out more, this article explains what happens after we receive Product feedback. If there are any updates in relation to this request we'll be sure to let you know here🙋🏻‍♀️

1
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

I was able to query Task Blueprints using this method:
https://developers.wrike.com/api/v4/task-blueprints/

Example:
1st step: - https://www.wrike.com/api/v4/task_blueprints?pageSize=1000

Returns something like:

"id": "UDDDDDDJF52", <---- Use this ID in the 2nd step
"title": "_actual task title",
"childIds": [],
"scope": "TaskBp"

2nd step - https://www.wrike.com/api/v4/task_blueprints/UDDDDDDJF52/launch_async

You can also set the title and location as needed in the second step.

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
Avatar
Juan

Thank you for sharing, David Laffitte! 👏 We truly appreciate your contribution and I'm sure many other Community members too 😃

1
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Folllowing List for Post: Expose API methods for task blueprints
[this list is visible for admins and agents only]

Top
Didn’t find what you were looking for? Write new post