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.Asana.
Summary
Fetch all work items by project.
Syntax
public Task<IEnumerable<IWorkItem>> GetWorkItemsByProjectIdAsync(string project)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
Parameters
| Name |
Type |
Description |
| project |
string |
The project name. |
Return Value
| Type |
Description |
| Task<IEnumerable<IWorkItem>> |
A Task<TResult> representing the result of the asynchronous operation. |