Skip to end of banner
Go to start of banner

executeGroovyScript

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Syntax

executeGroovyScript(<groovy>

Description

This routine will execute groovy scripts from within the SIL language.

Parameters

Parameter name

Type

Required

Description

groovy

string

Yes

The code to be executed

Return type

string

Examples

runnerLog(executeGroovyScript("return 'Hello World!'"));

The issue variable is available within groovy scripts. The issue variable contains the reference to the issue, under which the script is being executed.

runnerLog(executeGroovyScript("return issue.getKey()"));


See also

Filter by label

There are no items with the selected labels at this time.

  • No labels