This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Board.AzureBoards.
Summary
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