# How to enable video playback from Jira in aqua for on-premise installations

Title: How to enable video playback from Jira Cloud in aqua for on-premise installations

If you are using aqua in an on-premise environment you may need to update your Content-Security-Policy (CSP) settings to allow these videos to display properly in aqua.

To enable video playback from your Jira domain, you need to manually add your Jira media domain(s) to the CSP configuration in the aquaWebNG.config file.

**Steps to Update CSP Settings**

* Open the aquaWebNG.config file located in your aqua installation directory.
* Locate or add the CSPMediaSrcDefault entry.
* Add your Jira Cloud domain (or media subdomain) to the value attribute.

For example, if your Jira Cloud media is served from somedomain.com, update the setting as follows:

\<add key="CSPMediaSrcDefault" value="\*.atlassian.net api.media.atlassian.com somedomain.com" />

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe3WGxMHlg2RnWAYBTL-kneGn5D1lvdf4bw3v7uH9IIXZ5aOHdydAvIADuWF64zgwLmbssTqcyewDrYfe4DyNBOYbkwTaLSESx_0jJsWCWryA7q5wadP4Y-wojpjirTu3Iccp7v_g?key=qmxY1f-IL9dJxlOvRamPyQ" alt=""><figcaption></figcaption></figure>

💡 Tip: If your Jira Cloud instance uses a custom or enterprise domain, make sure to identify the exact domain used to serve media and include it here.

* Save the file and restart the aqua web application for the changes to take effect.

{% hint style="warning" %}
**Currently aqua supports the following media types for playback:**

.mp4,&#x20;

.mov.,&#x20;

.webm,&#x20;

.mkv,&#x20;

m4v,&#x20;

3gp,&#x20;

.asf,&#x20;

.flv, .

mpeg,&#x20;

.wmv,&#x20;

m2ts
{% endhint %}


---

# 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.aqua-cloud.io/documentation/integrations/jira-sync-synchronize-items-between-aqua-and-jira-projects/how-to-enable-video-playback-from-jira-in-aqua-for-on-premise-installations.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.
