2020-08-12 01:39:53 +00:00
|
|
|
<!-- 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
|
2020-08-28 22:34:31 +00:00
|
|
|
listIssues(options: ProjectQuery): Promise<Array<IssueUpdate>>;
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2020-08-23 14:31:14 +00:00
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-08-28 22:34:31 +00:00
|
|
|
| options | ProjectQuery | |
|
2020-08-23 14:31:14 +00:00
|
|
|
|
2020-08-12 01:39:53 +00:00
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<Array<IssueUpdate>>
|
|
|
|
|