get_current_user
Retrieve the currently authenticated YouTrack user in report or JSON format. Choose JSON to get the instance URL for building issue links, or report for a chat-friendly markdown view.
Instructions
Get the currently authenticated YouTrack user.
format="json" returns a structured dict including instance_url
for downstream consumers building issue hyperlinks (e.g. email
reports). format="report" (default) preserves the chat-friendly
markdown view.
Args: format: "report" (default, markdown) or "json" (structured). instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | report | |
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |