# 25.61.0 - On Premise

## 📹 **Jira sync now supports videos**

You can now sync videos between aqua and Jira.\
When a video is added to a Jira ticket or comment, the URL will automatically appear in the linked aqua item during sync. Users can preview the video directly in aqua if it’s in one of the supported formats:

{% hint style="info" %}

* .mp4,&#x20;
* .mov,&#x20;
* .webm,&#x20;
* .mkv,&#x20;
* .m4v,
* .3gp,&#x20;
* .asf,&#x20;
* .flv,&#x20;
* .mpeg,&#x20;
* .wmv,&#x20;
* .m2ts
  {% endhint %}

**Why this matters:** You can better understand reported issues, reproduce bugs faster, and improve collaboration between QA, developers, and stakeholders.

{% hint style="info" %}
Check our documentation to [learn more](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) on how to set it up for on prem hosting.
{% endhint %}

## **⌨️ API update: pass test execution status without steps**

For teams using external testing tools or automations, this update is can save a lot of time.

You can now set or update the overall status of a test execution — whether it’s a standalone test or part of a larger scenario — through the API, without needing to touch each individual step.

✅ Supported statuses: **Passed, Failed, Blocked, Not applicable, Not run**\
✅ Applies to single test runs and tests within scenarios\
✅ When setting the overall status, all steps will automatically inherit it

**Important:**

* If you attempt to set statuses like **Aborted, Queued, Waiting, or In Progress** on manual executions, you will receive a clear error message.
* Finalized executions can’t be updated and will return an `InvalidArgument` error.

**As always, we love hearing your feedback. Let us know what you think or if you need help getting started!**
