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

    Interface BoardPayload

    The payload for creating a board

    Index

    Properties

    boardFilterJQL?: string

    Takes in a JQL string to create a new filter. If no value is provided, it'll default to a JQL filter for the project creating

    cardColorStrategy?: string

    Card color settings of the board

    Card layout settings of the board

    The columns of the board

    Feature settings for the board

    name?: string

    The name of the board

    The quick filters for the board.

    supportsSprint?: boolean

    Whether sprints are supported on the board

    workingDaysConfig?: Version3Models.WorkingDaysConfig