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

    Interface SetBanner

    Configuration of the announcement banner.

    interface SetBanner {
        isDismissible?: boolean;
        isEnabled?: boolean;
        message?: string;
        visibility?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isDismissible?: boolean

    Flag indicating if the announcement banner can be dismissed by the user.

    isEnabled?: boolean

    Flag indicating if the announcement banner is enabled or not.

    message?: string

    The text on the announcement banner.

    visibility?: string

    Visibility of the announcement banner. Can be public or private.