View or change the status of a YouTrack issue
/plugin marketplace add AlexPl292/youtrack-claude-code-plugin/plugin install youtrack@alex-plugins<issue-id> [new-state]# View/Change YouTrack Issue Status View the current status of an issue, or change it to a new state. ## Gather Information If issue ID is not provided, ask the user: - Which issue should be checked? (e.g., PROJ-123) ## Step 1: Show Current Status First, get and display the current issue details: Display the results clearly to the user, including: - Issue ID and summary - Current state - Type, priority, assignee ## Step 2: Check if State Change Requested If a new state was provided in arguments OR user asks to change state: - Proceed to change the status Otherwise: - Just show th...