get_instance_url
Retrieve the base URL of your YouTrack instance to construct issue links without an authentication call.
Instructions
Return the base URL of the configured YouTrack instance.
Cheap, no-auth-state probe — useful for downstream renderers (email
templates, dashboards) that need <base>/issue/<ID> links without
making a who-am-I call.
Args: format: "report" (default plain text) or "json" ({"base_url": "..."}). instance: YouTrack instance (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | report | |
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |