Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We have added many great features to our Power Scripts for Jira 4.5.0 as well as improved the existing ones. Although we have changed the internal architecture of our apps suite we, of course, kept the backward compatibility with Simple Issue Language or SIL.

Contents

Table of Contents

Log Viewer

The newest version of Power Scripts for Jira now comes with an in-built log viewer, designed to help save Jira admins time as they can now simultaneously write scripts and check their logs all in the same place. Previous to this in-built log viewer, Power Script for Jira server users would have to waste time accessing their logs in the server if they come across an error in their script. Starting with SIL engine 4.5.0 we have added the log viewer to the SIL Manager. This log viewer is ready to use and does not need further special configuration, just upgrade to the newest version of Power Scripts for Jira server and you'll be on your way.

...

This will now enable Power Script for Jira users to take data from any external application, opening the door far and wide to a multitude of integration possibilities. Previously, like many other plugins, there were limitations in accepting external application's JSON routines as they were often in a format incompatible to Power Scripts' own REST API routines. However, we are pleased to announce that now Power Scripts for Jira is able to accept any type of JSON format from an external system in Jira.

...

Other Changes

  • We have made the version numbers for all of the Power add-ons consistent. In order to ensure binary compatibility between the SIL Engine and other Power add-ons, both should be upgraded to the same version.
  • Now you can work with Salesforce on environments with proxy access.
  • Integration with SAFe EPIC to Feature Translator for Jira - routines for the SAFe implementations
  • Enhanced support for the Portfolio for Jira plugin - we added more routines to work with Portfolio fields.
  • Verified compatibility with Jira 7.12.3

Changes in the SIL Engine

In the v4.5.0 of the SIL Engine™ we have done the following:

  • Implemented the persistent variables to simplify your usage of SIL™
  • Verified compatibility with Jira 7.12.3
  • Bug fixes:
    • Now when you use the JQL functions, the JQL is limited on the results, not on the examined tickets
    • Other minor bug fixes