Skip to content

Request AI ticket review feedback

The AI Code Reviewer helps teams ensure that submitted code is fully aligned with its related ticket.

It automatically analyzes the code against the ticket description, comments, and subtasks, then posts a detailed review directly into the ticket.

This feature improves code quality, reduces manual review effort, and ensures that all ticket requirements are properly implemented.

When requested, the AI Code Reviewer:

  • Analyzes the submitted code using a provided GitHub commit URL
  • Reads and understands:
    • Ticket description
    • All ticket comments
    • Any associated subtasks
  • Compares the implementation against the ticket requirements
  • Posts a review comment in the same ticket with:
    • Alignment explanation (how the code meets the ticket)
    • Identified issues or gaps (if any)
    • Subtask coverage analysis
    • Clear, actionable feedback

If no issues are found, the AI explains why the code is correctly aligned with the ticket.

  1. A user creates a ticket with a description

  2. The user may add:

    • Comments
    • Subtasks
  3. The user submits code and provides a GitHub commit URL

  4. The user requests an AI Code Review

  5. The AI analyzes:

    • Ticket content
    • Subtasks
    • Code changes
  6. The AI posts the review result as a comment on the ticket

Follow these steps to analyze submitted code against the ticket description, comments, and subtasks.

  1. 1. From your project board, locate the ticket you want to review.

    locate ticket.png

    • Use filters if necessary to narrow down by assignee, label, or status.

    2. Click the ticket to open its detailed view.

    Screenshot 2025-12-30 at 10.55.20 AM.png

  2. 1. In the Code URL field, paste the GitHub commit URL that contains your submitted code.

    github commit url.png

    If you have multiple commits, separate them with commas.

    Open the AI Code Review Panel

    1. In the ticket view, click the AI Code Review icon in the top‑right corner.

    ai code review panel.png

    2. The AI Code Review panel opens.

    1. In the Optional Instructions field, add specific guidance such as:
    • “Focus review on auth logic”
    • “Check performance improvements”
    • “Validate subtask #3 implementation”

    dedicated request.gif

    1. Click Request Review.
    2. The AI will analyze:
    • Ticket description
    • Comments
    • Subtasks
    • The code from the GitHub commit(s)

    request ai code review.png

  3. After the review completes, the AI adds a comment in the ticket containing:

    • Summary – Overall alignment with ticket
    • Alignment Analysis – How code meets requirements
    • Subtask Validation – Checks each subtask
    • Issues & Gaps – Problems found (if any)
    • Recommendations – Actionable steps to fix issues

    agent reply.png

    • Fully aligned: “Code implements all requirements and subtasks.”
    • Partially aligned: “Authentication is implemented, but subtask #2 is incomplete.”
    • Not aligned: “Submitted code does not cover key ticket requirements.”