Example scripts
To homepage
Jira

Perform a JQL Search in ScriptRunner for Jira
App in script

ScriptRunner For Jira
by Adaptavist
Compatibility

Jira (8.0 - 8.19)

ScriptRunner For Jira (7.10.0)
Language |
groovy
Issues.search('project = SR and reporter = currentUser()').each { issue ->
// do something with `issue`
}
// if you just need a count use `.count()
Issues.count('project = SR and reporter = currentUser()')
Having an issue with this script?
Report it here