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

    Interface BoardFeaturePayload

    The payload for setting a board feature

    interface BoardFeaturePayload {
        featureKey?: string;
        state?: boolean;
    }
    Index

    Properties

    Properties

    featureKey?: string

    The key of the feature

    state?: boolean

    Whether the feature should be turned on or off