# 25.61.0 - public and private cloud

## 📹 **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.

## **⌨️ 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.

## **🤖 AI Copilot: use JSON files for item generation**

AI Copilot just got more flexible!\
You can now upload a JSON file to automatically generate test data, requirements, or test cases. This gives you more control over structured input and helps speed up the creation of complex or repetitive items.

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


---

# 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/product-updates-for-public-and-private-clouds-customers/product-updates/2025/25.61.0-public-and-private-cloud.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.
