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

    Interface FieldsSchemeItemWorkTypeParameter

    The list of work type-specific parameter overrides, may be empty if only default parameters are being updated

    interface FieldsSchemeItemWorkTypeParameter {
        description?: string;
        isRequired?: boolean;
        workTypeId?: number;
    }
    Index

    Properties

    description?: string

    The custom description for the field for this work type, null to use default or preserve current

    isRequired?: boolean

    Whether the field is required for this work type, null to use default or preserve current

    workTypeId?: number

    The ID of the work type (issue type) for which these parameters apply