java-asana
java-asana copied to clipboard
Official Java client library for the Asana API v1
Steps to reproduce: Request an empty list (e.g. task of an empty project) def tasks = client.tasks.findByProject(projectId).iterator() assert tasks.hasNext() == true // should return false tasks.next() // throws a NoSuchElementException...
Hi, I'm using version `1.0.0` of this library from Maven Central: https://mvnrepository.com/artifact/com.asana/asana/1.0.0 This is the latest version by the time of creating this ticket. There is no way to delete...
Hi, I'm using version `1.0.0` of this library from Maven Central: https://mvnrepository.com/artifact/com.asana/asana/1.0.0 This is the latest version by the time of creating this ticket. The current implementation of updating a...
Hi, I'm using version `1.0.0` of this library from Maven Central: https://mvnrepository.com/artifact/com.asana/asana/1.0.0 This is the latest version by the time of creating this ticket. I have encountered an issue of...
Related to issue #147
It would be amazing to have access to the Batch API as already requested here #75. Are there plans to support this in the java-client?
Related to #95
The project templates api is not integrated, it looks like only the api files have been auto-generated. I would assume that an implementation exists if there already is a reference...
As per https://forum.asana.com/t/upcoming-changes-coming-to-my-tasks-in-asana-breaking-changes/96493, `Task` should no longer contain the `assigneeStatus` field. Currently, requesting a task via `client.tasks.getTask(taskId)` will log a warning: `This request is affected by the "new_user_task_lists" deprecation. Please...