문제

I am connecting to the Asana API endpoint and creating a task independent from anything except I am putting in into my company workspace.

I see that it has the permission "private" but I can change it to "public" on the UI in the site. However, I want to make the task public upon my POST request to the /tasks endpoint.

This is because I don't necessarily want the user to have to specify a project to be able to POST a public task that is available for the whole company workspace to see.

How can I add this attribute to my task without associating with a project?

도움이 되었습니까?

해결책

There isn't currently support for this, but I'll add it to our feature wish list!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top