Introducing advanced automations with ScriptRunner
ScriptRunner for Jira allows you to extend the functionality of both Jira Cloud and Jira Server or Jira Data Center using scripts written in the Groovy language.
The ability to use the Groovy language in your automations gives you access to the underlying Java platform and the Jira API, as well as providing the full power of the scripting language itself.
As we'll see, in the case of Jira Cloud, access to the Jira API is limited to the interaction with the REST API provided by Jira. In Jira Server, however, your scripts gain access to the entire API that Jira exposes to developers.
We'll begin this section with a quick introduction to the Groovy language, which underpins ScriptRunner, followed by an overview of the ScriptRunner for Jira app.
Introducing Groovy
Groovy, or Apache Groovy to give it its full name, is a programming language built on the Java platform. It is both a static language, in that it can...