v2

OpenAPI 3.1.02026-07-263411923.0 MB
Integration fields

Create an integration field for a feature by service name

DEPRECATED: provide :integration_id rather than :service_name to identify the integration.

post/features/{feature_id}/integrations/{service_name}/fields

Path parameters

feature_idstring required

FeatureId identifier

service_namestring required

ServiceName identifier

Request body

Example request

{
  "integration_field": {
    "name": "key",
    "value": "JRA-34"
  }
}

Response

Successful operation