1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.lis...

25 lines
589 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [Remote](./cautious-journey.remote.md) &gt; [listIssues](./cautious-journey.remote.listissues.md)
## Remote.listIssues() method
List all issues.
<b>Signature:</b>
```typescript
listIssues(options: ProjectQuery): Promise<Array<IssueUpdate>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | ProjectQuery | |
<b>Returns:</b>
Promise&lt;Array&lt;IssueUpdate&gt;&gt;