Warning |
---|
Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here and leave these dusty old pages behind ! |
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™.
...
Often, during the development of an integration or a special customization, people get stuck because of the lack of context. Questions appear: which user clicked the button for the next status? Did the manager approve this item? What was the result of the calculation in the previous step? The traditional way of dealing with such questions was to create additional custom fields to keep that data, usually hidden from users (so excluded from the screens schemes), effectively adding bloat to Jira and ultimately worsening indexing - and general - performance. To help you answer these kinds of questions, Simple Issue Language™ (or SIL™) acquired, starting with version 4.5.0 of the SIL Engine™, a new feature, called persistent variables.
Webhooks
Our new Webhooks feature will give Power Scripts for Jira users the possibility to run existing SIL scripts, from outside of the Jira/Confluence instance, by using a REST/HTTP client and retrieve the results of the script run.
...
- 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
...
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
...