Hello,
I am looking into creating an automation with Github where an issue will be transitioned automatically based on certain actions. For example I am looking to move an issue from To Do -> In Progress when a branch is created on Github with the issue key signature in the branch name. I created a webhook based automation and have access to the Github data such as the branch name when I push a branch. The problem is I am having an issue trying to associate the branch name with the ticket key. For example a branch name of ABC-123-do-something should associate with the task / story etc... of ABC-123. I have access to the `webhookData` but don't know how it's possible to find the corresponding ticket once I parse out the branch name. I am use Jira Next Gen. Thanks in advance.