get_defect_link
Retrieve defect links from Feishu OpenAPI by providing a defect ID. Integrate and manage API data directly in Windsurf IDE for streamlined development workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ID | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"ID": {
"type": "string"
}
},
"required": [
"ID"
],
"type": "object"
}