The field configuration for an issue type.

interface FieldConfigurationIssueTypeItem {
    fieldConfigurationId: string;
    fieldConfigurationSchemeId: string;
    issueTypeId: string;
}

Properties

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.