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

    Interface UpdateFieldAssociationSchemeResponse

    Response object after successfully updating an existing field association scheme.

    interface UpdateFieldAssociationSchemeResponse {
        description?: string;
        id?: number;
        links?: UpdateFieldAssociationSchemeLinks;
        name?: string;
    }
    Index

    Properties

    description?: string
    id?: number
    links?: UpdateFieldAssociationSchemeLinks
    name?: string