> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/ticketing-and-messaging/ticket-management/jira/page-1.md).

# Adding comments to Jira tickets

You can configure OX platform to automatically add comments to a variety of ticketing systems when specific actions are taken on OX issues. This ensures that developers working in this system are informed of changes made by security teams without needing direct communication.

When enabled, OX adds the comment directly to the linked ticket automatically, no manual entry is required.

You can choose which actions should trigger comments and enable them individually. This allows teams to control the level of detail shown in the ticketing system and avoid unnecessary noise.

The following ticketing systems are supported:

* Jira
* Azure Boards
* Asana
* Monday
* ServiceNow

**To add comments automatically:**

1. Go to **Settings > TICKETING AND MESSAGING**.

<figure><img src="/files/SzE3Kolfj9UFHTkfgC7O" alt="" width="563"><figcaption></figcaption></figure>

2\. Enable the options that you want, as follows:

<table><thead><tr><th width="309.00006103515625">Event</th><th>Triggers when</th></tr></thead><tbody><tr><td><strong>The issue is resolved</strong></td><td>The issue was resolved or reopened in the OX platform.</td></tr><tr><td><strong>The issue is excluded</strong></td><td>The issue was excluded from the security scan, and from now on this issue will not be reported.</td></tr><tr><td><strong>The issue's severity changes</strong></td><td>The severity definition of this issue was changed.</td></tr><tr><td><strong>The issue is no longer available</strong></td><td>The issue was not identified in a specific scan.</td></tr><tr><td><strong>The issue is reported as false positive</strong></td><td>The issue was manually defined in the OX platform as false positive, and a comment about it is automatically generated in the ticket linked to this issue.</td></tr><tr><td><strong>A comment was added to the OX issue</strong></td><td>A new comment is manually added to an issue in the OX platform, and the same comment is automatically added to the ticket.</td></tr><tr><td><strong>The number of aggregation findings has changed</strong></td><td>The count of findings aggregated under this OX issue has changed since the last scan.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ox.security/ticketing-and-messaging/ticket-management/jira/page-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
