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


**Release date**: 6/9/2025

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

This release adds configurable buttons to the Forms and Wizards feature, providing multiple entry points to different forms or wizards within Jira issues. It also introduces some bug fixes.

---

# Enhancements

### Configurable buttons for Forms and Wizards

The [Forms and Wizards](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/1839235096) feature now supports configurable buttons that provide multiple entry points to different forms or wizards within a single Jira issue panel. This enhancement enables administrators to organize complex actions into intuitive, purpose-specific options, enabling users to quickly access the right form for their specific needs. 

Each button opens its own fully configured form or multi-step wizard, making it possible to present multiple related actions in an organized, user-friendly interface without overwhelming your Jira users with a single complex form.

---

# Bug fixes

The following bugs are fixed in this release:

- Resolved an issue with `autotransition()` function not accepting transition names as parameters when workflow conditions are present on the transition.
- Resolved an issue where the Power Scripts container became significantly slow, affecting page responses and script execution, when aliases were not properly detected after manual modifications to the `sil.aliases` file, causing the SIL Manager to become unresponsive. The fix improves overall system performance by replacing frequent automatic `sil.aliases` file refresh with manual reload options:
  - Added `admReloadCustomFieldAliases()` function;
  - Manual reload option by using the **Reload aliases** icon in SIL Manager > SIL Aliases panel.

---

---