Warning |
---|
Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here ! |
When you select a script from the list, the Description field will automatically be filled in.
The Parameters field is used to pass values into your SIL SIL™ program. To add a parameter click the Add Parameter button.
Note | ||
---|---|---|
| ||
|
The parameters will be passed into the program using the argv variable. The values will be available using a construct like argv["parameter_name"] or argv[position]. For the above example, the number of rockets can be retrieved using argv["rockets"] or argv[2]. You can reorder the parameters using drag and drop.
...