[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [getIssue](./cautious-journey.remote.getissue.md) ## Remote.getIssue() method Get details of a single issue. Signature: ```typescript getIssue(options: IssueQuery): Promise>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | IssueQuery | | Returns: Promise<Array<IssueUpdate>>