Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FieldsSchemeItemParameter

    The default parameters to apply to the field across all work types in the specified schemes, may be null if only work type-specific updates are needed

    interface FieldsSchemeItemParameter {
        description?: string;
        isRequired?: boolean;
    }
    Index

    Properties

    description?: string

    The custom description for the field, null to preserve current description

    isRequired?: boolean

    Whether the field is required, null to preserve current requirement setting