Hello all, I'm trying to automate a process in Jira based on actions in GitHub. When a PR is approved in GitHub, I want that to automatically approve the associated Jira issue. The issue is designated by the "[ABC-123]" tag in the title of the pull request.
The connection is established and the development panel shows up with pull requests, commits, and branches. But I can't seem to query the development panel and I'm not versed enough in creating a GitHub action.