Asana.

GetWorkItemsByQueryIdAsync(string, string, string) Method

Assembly
Cake.Board.Asana.dll
Namespace
Cake.Board.Asana
Containing Type
Asana

Syntax

public Task<IEnumerable<IWorkItem>> GetWorkItemsByQueryIdAsync(string queryId, string project, string team)

Parameters

Name Type Description
queryId string
project string
team string

Return Value

Type Description
Task<IEnumerable<IWorkItem>>