Create a new YouTrack issue
/plugin marketplace add AlexPl292/youtrack-claude-code-plugin/plugin install youtrack@alex-plugins[project] [summary]# Create YouTrack Issue Create a new issue in YouTrack using the CLI. ## Gather Information If project is not provided in arguments or conversation context, ask the user: - Which project should this issue be created in? If summary is not provided, ask the user: - What should the issue title be? - (Optional) Any description to add? ## Execute Run the CLI to create the issue: ## Response Parse the JSON output and report to the user: - Created issue ID (e.g., "PROJ-123") - Issue summary - Link to the issue (construct from YOUTRACK_URL if known)