Hi
I have an automation in Jira that is triggered when an Epic is created where the Component field is not empty. It then creates a Task and a number of Subtasks within the Epic, assigning the Epic Reporter as the Reporter for each, and assigning the Assignee to one of the subtasks.
I've had this working as a test case for a number of weeks.
Today I went to change the rule details to swap "Component field is not empty" to "Label = auto_comms". However now when I create the Epic, JIRA says the automation fails as "Error creating issue: Reporter is required. (reporter)".
The issue always has a reporter when created, and this has worked in the past, so I don't understand why it's failing now.
If I remove the steps in the automation that assign the Reporter to Task and Subtasks, the automation works fine, adding Automation for Jira as the Reporter. I can live with this but want to understand why the previously working automation, now is not.