Support for groovy scripts in Polarion: Sample source code to build Polarion extension to support groovy scripting engine is available as part of polarion\sdk\examples\com.siemens.polarion.example.groovy from the distribution. This is an OSGI Plugin project based on groovy-5.0.4.jar. To build the extension: 1. Download below jar files and copy them in com.siemens.polarion.example.groovy\lib folder - groovy-5.0.4.jar (https://repo1.maven.org/maven2/org/apache/groovy/groovy/5.0.4/groovy-5.0.4.jar) - groovy-jsr223-5.0.4.jar (https://repo1.maven.org/maven2/org/apache/groovy/groovy-jsr223/5.0.4/groovy-jsr223-5.0.4.jar) 2. Import the project (com.siemens.polarion.example.groovy) into Eclipse IDE. (Eclipse: File->Import->Project from Folder or Archive). Eclipse IDE must have Plugin Development environment installed/enabled. 3. Make sure project is compiled successfully 4. Export project as plugin jar (Eclipse: File->Export->Plug-in Development->Deployable Plug-ins and Fragments) 5. In Export options, select option "Package Plug-ins as individual JAR archives" To deploy the extension 1. Create folder structure GroovyScriptEngine/eclipse/plugins in /polarion/extensions folder 2. Copy plugin jar file into /polarion/extensions/GroovyScriptEngine/eclipse/plugins folder 3. Restart the Polarion service