...
...
...
...
...
...
...
...
...
Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here !
This page will help you get started with the product and in case you need any additional assistance, do not hesitate to reach out to us or email us at products@cprime.com.
Getting around Power Scripts™ for Jira cloud
The following table contains pages of Power Scripts™ for Jira cloud that you might use the most in the beginning, their purpose and instructions on how to access them.
Page | Notes | How to access |
---|---|---|
Getting started | Use this page whenever you are stuck with the scripts and want a quick tip. |
|
Power Scripts™ Administration | Here you can configure the basic parameters of SIL. |
|
SIL Manager | SIL Manager page contains SIL editor and is a central point where you develop your scripts. For all scripts that reside in the virtual directories, this tool offers all the power of SIL at your crafty fingertips. | Click SIL Manager from Jira home, yup, it's that easy. |
SIL editor in the workflow post-functions | In addition to writing your scripts on the SIL Manager page, you can also create them in the SIL editor when you add a SIL post-function in your project workflow settings. |
|
...
You can start developing your scripts in several ways:
- Start on the SIL Manager page
- Start in the project workflows
To demonstrate these options, we will show them on a simple example: assigning a ticket to the current user when the ticket is transitioned from "In Progress" to "Done".
...
That's it. Your script is saved and now you can add it to the project workflow.
Adding an existing script to the project workflow
...
- In the same way as in the instructions for the new script, add a SIL post-function for the project.
- Select create a new script and click Next.
- Name your script and select the directory where to store it. Click Next.
- Write your script. Click Check to validate syntax. Click Next to save the script and then click Add.
- To save changes, click Publish Draft.
- In the dialog that appears, select whether you'd like to backup project copy. Click Yes and Publish.
...