> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-saas-release-notes/known-issues.md).

# Known Issues

This release describes the known issues for Cortex XSOAR.

| Issue # (GitHub/Jira) | Issue                             | Description                                                                                                                                                                                                                                                                                                                               |
| --------------------- | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GitHub #42367         | The mentions widget does not work | In the War Room, when using the `@` to notify a user (such as `@admin`), although the user is added to the incident, there is no record of the notification in the Mentions widget in the user's dashboard (My dashboard).                                                                                                                |
| Jira XSUP-36386       | Reports contain empty data        | (Multi-tenant/MSSP) On the main tenant, empty results are returned when scheduling a report with the Run as roles option.                                                                                                                                                                                                                 |
| Jira CRTX-87945       | The user cannot delete incidents  | <p>To view/use the Delete button on the Incidents page, users must have both of the following View/Edit permissions for DATA:</p><ul><li>Delete incidents</li><li>Delete (under Incident Table Actions)</li></ul><p>If only one is selected, the button does not appear, and the user can’t delete incidents from the incident table.</p> |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-saas-release-notes/known-issues.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.
