Web API action for linking JIRA tickets to Sentry issues

Hello,

I took a look through the API reference here: https://docs.sentry.io/api/

I’m currently writing an application that receiving incoming Sentry webhooks and automatically creates JIRA tasks assigned to the proper team based on the stack trace. However, I don’t see any support for Sentry integrations in the web API – for my application to work properly, I would want to link the Sentry issues to the JIRA tasks I automatically create.

Is there an API for updating Sentry issues’ linked JIRA tasks that I’m missing? Or is there another way to accomplish this same task?

Peter