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

    Interface DeleteFieldAssociationSchemeResponse

    Response object after successfully deleting a field association scheme.

    interface DeleteFieldAssociationSchemeResponse {
        deleted?: boolean;
        id?: string;
    }
    Index

    Properties

    Properties

    deleted?: boolean
    id?: string