Update URL in Asana returns nothing

守給你的承諾、 提交于 2019-12-11 21:08:20

问题


When I use

https://app.asana.com/api/1.0/workspaces/workspace-id/tasks -d "name=this is a new task"

and then also using the POST method... I get a response, but nothing is created in asana...

This is the response in JSON format

{"data":{"id":5480677401703,"created_at":"2013-05-17T12:55:21.298Z","modified_at":"2013-05-17T12:55:21.298Z","name":"","notes":"","completed":false,"assignee_status":"later","completed_at":null,"due_on":null,"workspace":{"id":1337166104874,"name":"mecad.co.za"},"assignee":null,"parent":null,"followers":[{"id":1337166104857,"name":"Andries Koorzen"}],"projects":[],"tags":[]}}

But I don't see anything in asana


回答1:


(I work at Asana) Where do you expect the task to show up? You have not given your new task an assignee or a project, so it will not show up in your My Tasks list, nor will it show up under any project. Try setting something in the assignee or project field.

But it also looks like you have a problem specifying details for the task, since you're attempting to pass a name but it's not being accepted by the system. My guess is something about the way you're doing this is not actually sending the correct POST data to the Asana API.




回答2:


I guess you may have problem with the server itself. You would better start the ISS. Rather, you can control the postLinkClicked method to see if there is a problem.



来源:https://stackoverflow.com/questions/16609415/update-url-in-asana-returns-nothing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!