Convert task to Project via API

In the UI, there’s an option to convert a task to a project. Is there a way to do the same through the API? Currently, my workflow is to duplicate a task with a long list of subtasks, make some updates to the subtasks, then I need to convert the task to a project. I don’t see this option in the API docs. Is this possible?

Hi @Heather_Cherewaty and welcome to the forum!

Sorry, there’s no API endpoint that does this. Of course you could write a routine using the API to replicate the same behavior via multiple API calls, but there’s no direct equivalent to that UI operation.

2 Likes

I agree with Phil, not that hard to code :ok_hand:

Thank you, Phil!

1 Like