PagerDuty

PAGERDUTY_CREATE_INCIDENT_FIELD_OPTION

Creates a new field option for a specific custom field in PagerDuty's incident management system. This endpoint allows you to add predefined options to custom fields, enhancing the ability to categorize and filter incidents with consistent, structured data. Use this when you need to expand the list of selectable values for a string-type custom field. The new option becomes immediately available for selection when updating or creating incidents. Note that this operation is specific to custom fields of type 'string' and cannot be used for other data types. Ensure that the field_id in the URL corresponds to an existing custom field in your PagerDuty account.

Remote pagerduty

Other tools also called PAGERDUTY_CREATE_INCIDENT_FIELD_OPTION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "field_id": {
      "type": "string",
      "title": "Field Id",
      "description": "The ID of the field."
    }
  }
}