PAGERDUTY_CREATE_A_FIELD_OPTION_FOR_A_CUSTOM_FIELD
Create a field option for a custom field. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. Scoped OAuth requires: `custom_fields.write`
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"field_id": {
"type": "string",
"title": "Field Id",
"description": "The ID of the field."
},
"type_id_or_name": {
"type": "string",
"title": "Type Id Or Name",
"description": "The ID or name of the Incident Type."
},
"field__option__data__value": {
"type": "string",
"title": "Field Option Data Value",
"description": "The value of the Field Option for the Custom Field."
},
"field__option__data__data__type": {
"type": "string",
"title": "Field Option Data Data Type",
"description": "The data type of the Field Option for the Custom Field."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty