Create Issue
{% if issue_capture_settings.show_ai_interface %}
{% if issue_capture_settings.llm_configuration_errors %}
Configuration Required
    {% for error in issue_capture_settings.llm_configuration_errors %}
  • {{ error }}
  • {% endfor %}

Once configured, you'll be able to describe your issue in plain text and AI will generate a comprehensive, well-structured ticket.

{% else %}
AI-Powered Issue Generation - Just describe your issue and let AI create a comprehensive ticket
{% csrf_token %}
Tip: Include as much or as little detail as you want. AI will ask for clarification if needed and fill in missing sections.
{% endif %}
{% endif %}
{% csrf_token %}