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) > [updateIssue](./cautious-journey.gitlabremote.updateissue.md)
|
|
|
|
|
|
|
|
## GitlabRemote.updateIssue() method
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-23 17:13:52 +00:00
|
|
|
updateIssue(options: IssueUpdate): Promise<IssueUpdate>;
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2020-08-23 17:13:52 +00:00
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| options | IssueUpdate | |
|
|
|
|
|
2020-08-12 01:39:53 +00:00
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<IssueUpdate>
|
|
|
|
|