23 lines
593 B
Markdown
23 lines
593 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GitlabRemote](./cautious-journey.gitlabremote.md) > [listIssues](./cautious-journey.gitlabremote.listissues.md)
|
|
|
|
## GitlabRemote.listIssues() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
listIssues(options: ProjectQuery): Promise<Array<IssueUpdate>>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | ProjectQuery | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<Array<IssueUpdate>>
|
|
|