Example scripts
To homepage
Jira

Create a Task
App in script

ScriptRunner For Jira
by Adaptavist
Compatibility

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