get_external_issue
Get current status and details for external issues from Jira, Linear, Asana, monday.com, or GitHub using their issue IDs. Use it to verify whether issues filed via TestDino are open or resolved.
Instructions
Fetches previously created external issues (Jira, Linear, Asana, monday.com, GitHub) by their issue IDs or keys. Returns current issue details including status in the external provider. Use this to check whether issues filed via create_external_issue are still open or have been resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Provider-specific read context (optional). For Jira, pass { defaultApp } to read from a specific Atlassian site/resource. | |
| issueIds | Yes | External issue IDs or keys (Required). Array of one or more IDs previously linked to TestDino (e.g. Jira keys like 'TD-17' or Linear identifiers). | |
| provider | Yes | Integration provider the issue lives in (Required). Use the same provider passed to create_external_issue. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. |