# Issue Analysis

Kodesage can be integrating with with platforms like Jira or Redmine, and will help developer teams with production support by providing automatic recommendations to resolve issues.

Our Auto-comment feature is integrated into the development workflow to enhance issue resolution. By automatically posting comments, it provides context and actionable guidance drawn from the affected codebase sections.

**Issue analysis process**&#x20;

* The Ticket Synchronization step syncs with the ticketing system to retrieve the latest ticket data.&#x20;
* The LLM Analysis step then utilizes a Large Language Model to analyze the tickets and associated code changes.&#x20;
* In the Contextual Comment Generation step, the LLM crafts comments that encapsulate the impact on the codebase (affected files) and suggests steps for implementation.&#x20;
* In the Auto Commenting step these comments are automatically posted on the relevant issue ticket, ensuring updated and informed ticket handling.&#x20;

**Gettin started with Issue Analysis**

When you navigting to Issues, you will see the list of ticketing systems that have already been synced with Kodesage. By selecting a specific system, you will see the list of tickets listed in Kodesage.

<figure><img src="/files/x7H0xfTg7eLniUS5Mq7D" alt=""><figcaption></figcaption></figure>

Once the auto-commenting feature has been enabled, Kodesage will automatically leave fix suggestions in your tickets in the relevant system like Jira.

<figure><img src="/files/WZ17iBk5MT24mC38cHtu" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kodesage.ai/key-features/issue-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
