set_related_issue_target
Set or clear the default destination project for related issues from a space or object class.
Instructions
Set the default destination project for related issues from a space or object class. For space, creates or updates a spaceRule. For objectClass, only updates an existing classRule; this tool never creates classRule targets. Pass targetProject as a project identifier, or null to clear the default destination project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | No | a string that will be trimmed | |
| objectClass | No | a string that will be trimmed | |
| targetProject | Yes | Default destination project identifier for related issues from the selected space or object class, or null to clear the default destination project. |
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. |