# Jira and Redmine

**Jira:** Kodesage integrates with Jira to enhance issue resolution by offering detailed codebase context and implementation steps.&#x20;

**Redmine:** Kodesage can be configured to automatically post comments on issue tickets, providing context and actionable guidance based on the affected code sections.&#x20;

**How to connect a Jira**

You will need to go to Data sources - Add Ticketing Sytsem. Once there, you will need to select Jira from the dropdown. To enable auto-commenting, you will need to tick it before connecting your Jira account.

<figure><img src="/files/a7OUMjaDxYA5jeVBVV4t" alt=""><figcaption><p>Connect Jira to Kodesage</p></figcaption></figure>

**How to connect Redmine**

You will need to go to Data sources - Add Ticketing Sytsem. Once there, you will need to select Redmine from the dropdown. To enable auto-commenting, you will need to tick it before connecting your Redmine account.

<figure><img src="/files/PBM5ADFkgonW0RqxGYt3" 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/integrations/jira-and-redmine.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.
