Add a comment to a Jira ticket
/plugin marketplace add TheBushidoCollective/han/plugin install core@han# comment ## Name hashi-jira:comment - Add a comment to a Jira ticket ## Synopsis ## Description Add a comment to a Jira ticket ## Implementation Add a comment to a Jira ticket. **Usage**: `/comment PROJ-123 [optional: comment text]` If comment text is not provided, prompt for it with support for multi-line input. Use `atlassian_add_comment` to add the comment. **Display Format**: Support markdown formatting in comments: - Bold: **text** - Italic: *text* - Code: `code` - Lists - Links Provide formatting tips if user is writing a longer comment.