---
title: "Release notes April 2025"
canonical: "https://support.appfire.com/space/JQLSEARCH/1974337559/Release%20notes%20April%202025"
format: markdown
---
> Macro (aura-html)

**Release date**: 4/23/2025

Our team is pleased to announce the latest release of JQL Search Extensions for Jira Cloud.

---

# Enhancements

### Implementation of new Jira APIs

- **Endpoint Replacements**: Replaced `POST /rest/api/{2|3|latest}/search` with `POST /rest/api/{2|3|latest}/search/jql` for JQL Search and `POST /rest/api/{2|3|latest}/expression/eval` with `POST /rest/api/{2|3|latest}/expression/evaluate`.
- **Data consistency and bulk fetch:** New endpoints for improved consistency through `POST /rest/api/{2|3|latest}/issue/bulkfetch`, allowing bulk retrieval of issue details with parallel requests.

---