Hello helpful forum members!
I need to add a tasks to over 180 projects and I’d like to do this in one go rather than one project at a time. What’s the best way to do this please?
Bundles function would have been great in this instance, perhaps one for the development team to consider.
Hi Larry, I’m not sure I understand or have the ability to do this bit … ‘API via 180 curl lines in a script …’ so I think the only option for me is to add one task to each project at a time
Hi @Gillian_French ,
Adding onto @lpb suggestion.
You can look into using the Asana Batch API
The Batch API would allow you to make 10 requests in one go. As such essentially you would have to make 18 curl calls.
Although you could use a simple for loop in your bash script to boil down your code to around 5 - 10 lines