Hi Team, Im trying to setup automation that creates a task/issue based on the labels used in the original Issue that was created. Im getting no errors in the logs... but no expected result.
Automation 1 - Create new ticket "TicketType1" (easy, this work fine)
Automation 2
WHEN: Issue Create
IF Issue Type = "TicketType1"
CONDITION labels contains any of "label1"
THEN create new request

Any ideas what im doing wrong here?
Cheers