diff --git a/rundeckapp/grails-app/controllers/ExecutionController.groovy b/rundeckapp/grails-app/controllers/ExecutionController.groovy index 7d2cfe390be..e61e3255407 100644 --- a/rundeckapp/grails-app/controllers/ExecutionController.groovy +++ b/rundeckapp/grails-app/controllers/ExecutionController.groovy @@ -591,6 +591,7 @@ class ExecutionController { job(id: e.scheduledExecution.id) { name(e.scheduledExecution.jobName) group(e.scheduledExecution.groupPath ?: '') + project(e.scheduledExecution.project) description(e.scheduledExecution.description) } }