Get Defect
get_defectRetrieve detailed information about a specific defect using its ID. Output available in plain or JSON format.
Instructions
Retrieve detailed information about a specific defect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| defect_id | Yes | ID of the defect to retrieve | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| closed | No | ||
| status | No | ||
| description | No |