CodeCollaborationPlatformProductivitySoftware Development
Properties
Name
Type
Description
fieldConfigurationId
string
The ID of the field configuration.
fieldConfigurationSchemeId
string
The ID of the field configuration scheme.
issueTypeId
string
The ID of the issue type or *default*. When set to *default* this field configuration issue type item applies to all issue types without a field configuration.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FieldConfigurationIssueTypeItem",
"title": "FieldConfigurationIssueTypeItem",
"additionalProperties": false,
"description": "The field configuration for an issue type.",
"properties": {
"fieldConfigurationId": {
"description": "The ID of the field configuration.",
"type": "string"
},
"fieldConfigurationSchemeId": {
"description": "The ID of the field configuration scheme.",
"type": "string"
},
"issueTypeId": {
"description": "The ID of the issue type or *default*. When set to *default* this field configuration issue type item applies to all issue types without a field configuration.",
"type": "string"
}
},
"required": [
"fieldConfigurationId",
"fieldConfigurationSchemeId",
"issueTypeId"
],
"type": "object"
}