list_related_issue_targets
List space and class rules that specify the default project for related issues. Each rule maps a source space or object class to a target project.
Instructions
List rules that choose the default destination project for related issues. A spaceRule says related issues from one space default to targetProject. A classRule says related issues for one object class default to targetProject. targetProject is a project identifier, or null for no 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 | |
| limit | No | Maximum number of related issue targets to return (default: 50). |
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. |