Get details about a YouTrack issue
/plugin marketplace add AlexPl292/youtrack-claude-code-plugin/plugin install youtrack@alex-plugins<issue-id># Get YouTrack Issue Details Retrieve and display information about a YouTrack issue. ## Gather Information If issue ID is not provided, ask the user: - Which issue do you want to see? (e.g., PROJ-123) ## Execute Get the issue details: ## Response Parse the JSON output and display clearly: - **Issue ID** and **Summary** - **Project** - **State** (current status) - **Type** (Bug, Feature, Task, etc.) - **Priority** - **Assignee** - **Description** (if present) Format as a readable summary, not raw JSON. ## Error Handling If the issue is not found: - Verify the issue ID format (sh...