Skip to content
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

Project templates implementation missing. #147

Open
davwil opened this issue Aug 5, 2022 · 1 comment
Open

Project templates implementation missing. #147

davwil opened this issue Aug 5, 2022 · 1 comment

Comments

@davwil
Copy link

davwil commented Aug 5, 2022

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 example in the Documentation (see here, select 'Java ' flavour: https://developers.asana.com/docs/instantiate-a-project-from-a-project-template)

Job result = client.projecttemplates.instantiateProject(projectTemplateGid)
    .data("field", "value")
    .data("field", "value")
    .option("pretty", true)
    .execute();
@OliverAbdulrahim
Copy link

Thanks @davwil, I was also looking for this feature. I just created a PR with it: #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants