You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constAsana=require('asana');letclient=Asana.ApiClient.instance;lettoken=client.authentications['token'];token.accessToken="<YOUR_ASANA_PERSONAL_ACCESS_TOKEN>";lettasksApiInstance=newAsana.TasksApi();letbody={"data": {"name": "Ads","projects": ["<PROJECT_GID_OF_TEST_PROJECT>"],}};letopts={};tasksApiInstance.createTask(body,opts).then((result)=>{console.log('API called successfully. Returned data: '+JSON.stringify(result.data,null,2));},(error)=>{console.error(error.response.body);});
Super funny,
On your webapp task list screen:
Adding a task with the task name
Ads
breaks the ui.Would love to hear the story behind the bug once it's fixed. 😃
The text was updated successfully, but these errors were encountered: