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

    Interface DeleteBoardProperty

    interface DeleteBoardProperty {
        boardId: string;
        propertyKey: string;
    }
    Index

    Properties

    Properties

    boardId: string

    The id of the board from which the property will be removed.

    propertyKey: string

    The key of the property to remove.