WorkItemCommand.

GetWorkItemsByQueryIdAsync(ICakeContext, string, string, string, string, string) Method

Summary

Fetch the IEnumerable<T> by query Id.

Syntax

public static Task<IEnumerable<IWorkItem>> GetWorkItemsByQueryIdAsync(this ICakeContext context, string personalAccessToken, string organization, string id, string project, string team)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The ICakeContext of precess.
personalAccessToken string The personal access token.
organization string The organization where the board is placed.
id string The query id.
project string The project where the board is placed.
team string The target team.

Return Value

Type Description
Task<IEnumerable<IWorkItem>> An IEnumerable<T>.