We currently are using DataDog as our alert monitoring and Jira for ticket creation. Recently, we've been tasked to automatically create a Jira ticket when a DD monitor triggers an event. Currently, it's set up to just hit Slack but we want a ticket to be created under a Jira Epic when it's triggered. According to the Jira API, this is what we get returned for an epic
"customfield_10002": "PROJ-3875",
I figured this would be the spot to add some JSON but I feel like there's something non-obvious I'm missing.
I've tried adding just the above in a bunch of different ways but Google searching has left me slightly puzzled.
It's worth noting that without this section filled in, it does create a stand-alone ticket just fine.