Example scripts
To homepage
Jira

Create a Task
App in script

ScriptRunner For Jira
by Adaptavist
Compatibility

Jira
Language |
groovy
def projectKey = "TP"
Issues.create(projectKey, "Task") {
setSummary("Task Summary")
setDescription("Don't forget to do this!")
}
Having an issue with this script?
Report it here