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

    Interface SwimlanesPayload

    The payload for customising a swimlanes on a board

    interface SwimlanesPayload {
        customSwimlanes?: string;
        defaultCustomSwimlaneName?: string;
        swimlaneStrategy?: string;
    }
    Index

    Properties

    customSwimlanes?: string

    The custom swimlane definitions.

    defaultCustomSwimlaneName?: string

    The name of the custom swimlane to use for work items that don't match any other swimlanes.

    swimlaneStrategy?: string

    The swimlane strategy for the board.