get_instance_url
Retrieve the base URL of your YouTrack instance to build issue links for emails or dashboards. Supports plain text or JSON output.
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 |