Ronald Findling

Results 6 issues of Ronald Findling

Some issues are missing in the taskbar -- they are available and usable with `gtt` or gitlab itself. The search function also doesn't show the issues. Running on MacOs Mojave...

Manual misstyping or giving wrong arguments in a script doesn't result in an error (neither error exit status nor error message) Currently: `gtt nonExisting && echo "success status"` neither prints...

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?

As discussed [here](https://forum.asana.com/t/how-to-use-the-task-count-endpoint-for-projects-in-the-java-client-library/99471) the `option` setting doesn't add the fields to the result. In short `client.projects.getTaskCountsForProject(projectId).option("fields", "num_tasks").execute()` should return a json that contains `num_tasks` -> but it always returns an...

Not sure why no versions of the `java-client` are published to maven since version `0.10.4` which was released on the 13th of October 2020 (as a comparison master is right...

Are there plans to support the Search-API?