---
title: "3.2.7 Release notes"
canonical: "https://support.appfire.com/space/PSJC/1632240817/3.2.7%20Release%20notes"
format: markdown
---
> Macro (aura-html)


![Release Notes.png](media://481fbc4a-0c5e-47bf-8f61-4571cdb61827)


**Release date**: 1/15/2025

Our team is thrilled to announce the latest release of Power Scripts for Jira Cloud.

This release introduces new custom field functions for improved Jira Cloud migrations and fixes a critical Power Scripts migration issue.

---

| **Contents** |
| --- |
| > Macro (toc) |

---

# Enhancements

### Introduced new custom field functions to simplify Jira Cloud migrations

To better support customers with large migrations to Jira Cloud, we've added several new custom field functions:

- [getCustomFieldIdByName](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1624965365): Retrieves the ID of a custom field based on its name.
- [getCustomField](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1626374145): Fetches details of a specific custom field using its ID.
- [getAllCustomFields](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1626898458): Returns a list of all custom fields available in the Jira instance.

These functions utilize the Jira Cloud platform REST API, making it easier to manage and migrate custom fields programmatically.

---

# Bug fixes

The following bugs are fixed in this release:

- Resolved an issue impacting Power Scripts migrations to Jira Cloud  
A bug was causing the Power Scripts app to stop unexpectedly midway through the migration process to Jira Cloud, significantly delaying migration projects. The underlying cause has been identified and fixed, allowing Power Scripts migrations to complete as expected.

---

> Macro (details)
> 
> | **Release date** | 1/17/2025 |
> | --- | --- |
> | **Highlights** | - New custom field functions to simplify Jira Cloud migrations.
> - Fixed issue impacting Power Scripts migrations to Jira Cloud. |