Skip to end of banner
Go to start of banner

3.2.3 Release notes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Release Notes.png

Release date

Our team is thrilled to announce the latest release of Power Scripts for Jira Cloud. This release introduces an exciting new feature, some enhancements, and bug fixes.

Live Fields for Jira Cloud is finally here!

Live Fields for Jira Cloud lets you dynamically control your Jira fields' behavior. You can show, hide, enable, disable, and auto-populate fields based on conditions in both Create Issue and Issue views, with Transition View support coming soon. 

As a dedicated Forge app built to work seamlessly in Jira Cloud, Live Fields is included at no extra cost with your Power Scripts for Jira Cloud license. Just install the app to get started.


Contents


New Feature

Live Fields for Jira Cloud

Live Fields for Jira Cloud lets you customize your Jira interface with JavaScript or TypeScript scripts. These scripts run across Jira screens to control field visibility, behavior, calculations, and validation. This ensures data quality while streamlining processes and improving user experience.

Learn more about Live Fields for Jira Cloud:

For detailed information, see the Live Fields documentation.


Enhancements

Increased speed for JQL indexing

  • Added (auto)parallelization to the indexing.

  • Added a new parameter to the reindex function admReindex(jql [, async]). If set to false, it will not run in the background.

Update parent issue field using SIL script

Users are now able to update the parent field of the current issue to the specified issue key, using the following syntax:

%key%.parent = "NewIssueKey";
Some key points:

  • The %key% represents the current issue key.

  • The parent field is set to the desired issue key enclosed in quotes.

  • This can be used to link the current issue to a parent issue in the system.

Let's look at a simple example:

// Current issue key is PROJ-123
%key%.parent = "TEST-23";

This would update the parent field of the current issue PROJ-123 to be the issue TEST-23.


Bug fixes

The following bugs are fixed in this release:

  • Fixed project key search in context configuration.
    The automatically generated JQL query included unexpected project keys, causing incorrect query results until the additional project key condition was manually removed. This fix ensures the automatically generated query only references the relevant project(s) without including unrelated project keys.

  • Fixed an issue where consecutive SIL post-function executions corrupted rich text field formatting.
    When a transition with a SIL script updated a rich text field multiple times, the formatting would become corrupted, causing display issues in subsequent runs. The fix ensures proper preservation of both content and formatting, maintaining field integrity across all transition executions.

  • Fixed time zone handling in Date fields.
    The system incorrectly considered the timezone for Date fields when it should only have been applied to DateTime fields.


Questions.png Questions and feedback

  • Explore exciting features, pricing updates, reviews, and more on the Marketplace.

  • Stuck with something? Raise a ticket with our support team.

  • Do you love using our app? Let us know what you think here.

Credits.png Credits

A heartfelt thank you to our valued customers! Your incredible support and feedback inspire us to improve our apps and products continually. You are the driving force behind why we create software. We appreciate your trust in !

  • No labels