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

    Interface GetBoardProperty

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

    Properties

    Properties

    boardId: string

    The ID of the board from which the property will be returned.

    propertyKey: string

    The key of the property to return.