Skip to content

Project templates implementation missing. #147

Description

@davwil

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();

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions