add_recruiting_related_issue
Links a tracker issue to a recruiting vacancy, candidate, or applicant, creating a related issues entry.
Instructions
Idempotently add a Huly Related Issues entry (Issue.relations) from a tracker issue to a Recruiting vacancy, candidate, or applicant target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Recruiting target locator. Supported kinds depend on the tool: comments use vacancy/candidate/applicant/review/opinion; attachments use vacancy/candidate/applicant/opinion; activity uses vacancy/candidate/applicant/review; related issues use vacancy/candidate/applicant. | |
| issue | Yes | Issue identifier, such as HULY-123, or a numeric issue number when project is also provided. | |
| project | No | Project identifier. Optional when issue already includes a project prefix like HULY-123. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |