Power Scripts for Jira Cloud Product tour
When you install Power Scripts for Jira Cloud, Power Scripts appears in the left-hand pane after clicking Settings > Marketplace Apps. This page walks you through the key navigation elements:
The SIL Manager menu contains the tools used to write and store scripts.
The Script Templates page offers out-of-the-box scripts you can customize and use without writing code.
The Settings menu gives you access to the Power Scripts configuration options.
The Self-Help menu provides system management tools to monitor status, restart the engine, manage backups, and request additional resources.
Let’s look at each menu section and learn more about the core functionalities of the Power Scripts app.
The SIL Manager
The SIL Manager is a scripting console where you write, modify, organize, test, debug, and execute scripts. To access the SIL Manager, go to Apps > Marketplace Apps > SIL Manager in the left-hand pane.
The SIL Manager is straightforward and easy to navigate. It consists of several components.
In the left side of the SIL Manager, you have the Files panel, which contains two main directories:
|
| |
| The Power Scripts editor is the largest panel in the SIL Manager. This is where you write scripts. |
|
| When working in the editor, you use the main menu toolbar to perform various actions and complete tasks. |
|
| The tabs at the bottom of the SIL Manager display scripts-related data. |
The Editor console
The Server log
The Event viewer tab As you can see in the screenshots above, each tab you open contains additional menu icons in the panel's right corner. Use these icons to perform actions specific to the panel you’ve opened. For example, in the Editor console you can copy the output, download it to a file, or clear the results. |
| The vertical tabs on the right provide access to additional panels where you can create and manage SIL-specific variables and aliases and access the Power Scripts documentation. |
Persistent variables and SIL aliases are part of the advanced Power Scripts functionality.
|
Script Templates
Script templates are customizable scripts that you can use immediately without any coding. A simple interface generates the script based on your needs. Script templates are designed to support beginner Power Script users with some of the most commonly used script types. For ease of use, script templates are organized into categories.
To browse the Script Templates:
Go to Apps > Marketplace Apps > Power Scripts > Script Templates.
Select a category.
Click a script template to open it.
If you are just starting with Power Scripts, you can browse and read through the available script templates. All script templates follow a similar structure.
Under the template's name, you can see a short description of the script action.
Use the drop-down menus to set the context for the script, where and how it will be applied.
Some script templates require additional values or parameters.
The SIL code preview displays the script based on the options, parameters, and values you provide.
Once the script is generated in the SIL code preview panel, you can run it immediately by clicking Apply Action.
Alternatively, copy and paste the code into the SIL Manager.
To learn how and when to use script templates, see the Script Templates documentation.
Settings
In some cases, your scripts require additional configuration to run properly on the Jira instances you manage. You can access and manage these configurations on the Settings page.
Go to Marketplace Apps > Power Scripts > Settings.
Select a specific configuration from the menu.
To create a configuration, provide the required values and parameters in the configuration settings panel.
Self-Help
The Self- Help dashboard is your central hub for system control and maintenance where you can:
Monitor real-time system status and performance metrics
Restart the engine when needed
Configure system settings and parameters
Allocate additional resources to optimize performance
Create and restore backups of critical
silprogramsandkeplerdirectoriesRequest engine resizing to meet changing demands
Access system notifications and support messages
Go to Apps > Marketplace Apps > Power Scripts > Self Help.
Select a system management menu and perform the required actions.
To learn how to use the Self Help dashboard, see this page.