Hi all,
I am trying to integrate JIRA service management project with datadog. I am able to setup a template to send basic incident. But when trying to use the affected service field, nothing works.
The datadog integration asks for a schema like this:
{ "items": "service-entity-field", "customId": 10040, "type": "array", "custom": "com.atlassian.jira.plugins.service-entity:service-entity-field-cftype" }
After reading assorted documents, I tried following options and none works.
[{"id": "4f036e1f-17cb-454c-b2fb-2a09fa28941f"}]
[{"value": "service name"}]
{"customfield_10040": [{"value": "service name"}]}
Any suggestion would be really appreciated.
This format works.
[{"name" : $serviceName}]
[
{
"id": "ari:cloud:graph::service/xxxxxxx/yyyyy"
}
]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.