1
0
Fork 0
cautious-journey/docs/api/cautious-journey.gitlabremo...

23 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; [GitlabRemote](./cautious-journey.gitlabremote.md) &gt; [listIssues](./cautious-journey.gitlabremote.listissues.md)
## GitlabRemote.listIssues() method
<b>Signature:</b>
```typescript
listIssues(options: IssueQuery): Promise<Array<IssueUpdate>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | IssueQuery | |
<b>Returns:</b>
Promise&lt;Array&lt;IssueUpdate&gt;&gt;