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

    Interface CustomFieldPayload

    interface CustomFieldPayload {
        cfType?: string;
        description?: string;
        name?: string;
        onConflict?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
        searcherKey?: string;
    }
    Index

    Properties

    cfType?: string

    The type of the custom field

    description?: string

    The description of the custom field

    name?: string

    The name of the custom field

    onConflict?: string

    The strategy to use when there is a conflict with an existing custom field. FAIL - Fail execution, this always needs to be unique; USE - Use the existing entity and ignore new entity parameters

    searcherKey?: string

    The searcher key of the custom field