Currently, Zendesk does not support automatic ticket creation from comments on Help Center articles. However, you can use the Zendesk API to achieve this. By utilizing the 'posts' and 'post comments' endpoints, you can set up a cron job to check for new comments and create tickets based on them. While this requires custom coding, it's a potential workaround until Zendesk offers a built-in solution.
Creating a ticket from a comment on a Zendesk knowledge base article is straightforward. Simply click the Comment actions icon next to the comment you want to convert, then select 'Create a ticket'. You can modify the subject or description as…
As of now, end users cannot create tickets from their own comments on Zendesk articles. This feature is only available for team members. End users can still create tickets through other channels like Web forms, Web Widgets, and Chat.
Comments on Zendesk articles do not automatically notify anyone. If you need notifications for comments, consider setting up a manual process or using the API to create a custom notification system.