[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [updateIssue](./cautious-journey.githubremote.updateissue.md)
## GithubRemote.updateIssue() method
Signature:
```typescript
updateIssue(options: IssueUpdate): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | IssueUpdate | |
Returns:
Promise<IssueUpdate>