[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [updateIssue](./cautious-journey.remote.updateissue.md)
## Remote.updateIssue() method
Update an issue.
Only labels will be modified.
Signature:
```typescript
updateIssue(options: IssueUpdate): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | IssueUpdate | |
Returns:
Promise<IssueUpdate>