> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/product-updates-for-public-and-private-clouds-customers/product-updates/2025/25.52.0-public-and-private-cloud.md).

# 25.52.0 - public and private cloud

We’re rolling out a fresh batch of improvements designed to make your daily work smoother and more efficient. This update includes long-awaited fixes to Jira sync, visual enhancements to reports, and better support for migrating test cases from Testrail.

### **Reporting | Automatic image and table resizing**

Previously, when large images or wide tables were added to items, the reporting tool in the web client couldn't fit them properly on the page, often breaking the layout. The only workaround was to use a special report in the desktop client. We’ve eliminated that hassle. Reports now automatically resize large images and tables in rich-text fields, so your layouts stay clean and professional—no more broken formatting or manual scripts.

&#x20;ℹ️ Want to start using reports in aqua? Check [here](/documentation/reporting.md).

### **Testrail migration tool | Support importing of BDD test case types**

You can now migrate Behavior-Driven Development (BDD) test cases from Testrail into aqua. Scenarios, preconditions, and attachments are all mapped and preserved to ease the migration and reduce manual work.\
No special actions needed, just export your projects or suites and import them to aqua.\
aqua importing tool will do the rest.

🔗[ Learn more on how to migrate test cases from Testrail to aqua](#testrail-migration-tool-or-support-importing-of-bdd-test-case-types)

**Additionally, we've addressed the most frustrating sync issues that many of you flagged, you can see the full list under the release notes.**

AND THAT'S NOT ALL...

🧪 **Coming soon to Jira Sync**\
We’re cooking up some exciting improvements to make your sync experience even smoother:

* 🎥 Sync video attachments between Jira and aqua
* 💬 Turn Jira comments into aqua posts upon a sync

Stay tuned — these updates are just around the corner!


---

# 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://docs.aqua-cloud.io/documentation/product-updates-for-public-and-private-clouds-customers/product-updates/2025/25.52.0-public-and-private-cloud.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.
