-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding project to task while creating the task #21
Comments
That's a limitation of the current implementation. For now, with AsanaNet, you need to Save the task first and only then you can add the project/tag. Mine should be ready in 1-2 months: |
Cheers Bazyli ;) For me, this project was entirely experimental -- I have never actually used AsanaNet in production. So yes, the design is pretty edgy and limiting in a number of cases. I was impressed it was useful to anyone at all! But I would definitely put your time and effort into AsanaSharp. I have no plans to maintain AsanaNet. |
This issue is now published on WorksHub. If you would like to work on this issue you can |
This issue is now published on WorksHub. If you would like to work on this issue you can |
Hi,
First of all, great work here.
I can currently manage to create a task, and assign it to myself (for testing purposes).
I want to add the task to a project while creating it, but it doesn't seem to work. That is, the project is not added to the task when I look in Asana (browser).
It should be noted that
me
,asana
,myProject
, andmyWorkspace
are correctly fetched before callingCreateTask()
.I tried looking around in the source code, but I can't seem to find the reason why the project is not added to the new task.
The project has the following properties:
The other values represented by "..." are all
null
.The text was updated successfully, but these errors were encountered: