# Reveald Ticket Synchronization

If you are a Reveald services customer, It is possible to synchronize tickets with Reveald's Fusion Center and to see tickets created by the Fusion Center for your company.&#x20;

If your Epiphany instance has this option enabled, You will find a "Sync with Reveald" button on the ticket main page:

<figure><img src="/files/8nicDfizqD2bply8kJU7" alt=""><figcaption></figcaption></figure>

Click this to push this ticket to Reveald and maintain status. Tickets that are being synchronized are marked with the blue Reveald chevron in the ticket table and with the ticket ID (and a link to it) in the ticket window.&#x20;

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

<figure><img src="/files/3POYDMn0Gpp0fKyXSOc5" alt=""><figcaption></figcaption></figure>

Comments made in tickets by Reveald agents are marked as such in ticket comments

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

And ticket activity tracks activity by remote users accordingly.&#x20;

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

{% hint style="info" %}
Only subscribers to Reveald services have the ability to synchronize tickets to the Reveald Fusion Center.&#x20;
{% endhint %}

### Unique Criteria for Reveald Syncronised Tickets

The following fields within EIP are overruled by the Reveald Ticket Status - it is not possible to change these directly within EIP for syncronized tickets. To request the modification of a field, add a comment within the ticket asking Reveald to change it for you.&#x20;

For example, to "Close" a synchronized ticket, add a comment requesting the ticket is closed.&#x20;

* Ticket Status
* Priority
* Request Type
* Platform Area

Search queries useful for Reveald Synchronized Tickets

The following search queries are unique to tickets synchronized with Reveald&#x20;

`jira_id: 'None'` - returns tickets which are not synchronized with Reveald

`jira_id: 'RCS*'` - returns all tickets synchronised with Reveald

`jira_id: 'RCS-34244'` - returns a ticket with the JIRA ID RCS-34244

`jira_id: 'RCS*' AND status: open` - returns all open tickets synchronized with Reveald

`rcs-342*` - returns any ticket with the text "rcs-342\*" in a text field


---

# 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.reveald.com/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide/epiphany-tools/tickets/reveald-ticket-synchronization.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.
