Task permissions created via API

When I create tasks via the API, they’re private by default. I don’t see anything in the documentation to switch these tasks over to be public. Is there any way to do this? Seems like a key piece of functionality. Thanks!

Hi @Justin_Pagano, most likely you are creating the task directly to a workspace and is assigned to you. It is as if you created the task within the My Tasks view. To make those tasks public, you will have to add them into a project that is also public. Which means, using the API, you need to also provide the project during creation. :slight_smile:

1 Like