[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [syncIssues](./cautious-journey.syncissues.md)
## syncIssues() function
goes through and resolves each issue in the project. if there are changes and no errors, then updates the issue.
Signature:
```typescript
export declare function syncIssueLabels(options: SyncOptions): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | [SyncOptions](./cautious-journey.syncoptions.md) | |
Returns:
Promise<unknown>