1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.get...

25 lines
591 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [Remote](./cautious-journey.remote.md) &gt; [getIssue](./cautious-journey.remote.getissue.md)
## Remote.getIssue() method
Get details of a single issue.
<b>Signature:</b>
```typescript
getIssue(options: IssueQuery): Promise<Array<IssueUpdate>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | IssueQuery | |
<b>Returns:</b>
Promise&lt;Array&lt;IssueUpdate&gt;&gt;