Easy Templates for Jira Cloud

2026-04-08

📦 Easy Templates: v8.23.0

Include an "actor" in the Automation payload.

What's new? NEW

Add the "actor" to the payload to set the Reporter on issues created via the Automation/REST API webhook. By default, when issues are created from a template through Automation or REST API, the Reporter is set to the Easy Issue Templates for Jira app. With this new setting, you can override the Reporter.

Example payload:

JSON
{
  "operation": "create-issues",
  "actor": "account ID or email",
  "project": "{{project.id}}"
}

📘 Helpful Docs