Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/announcementBannerConfiguration.ts>AnnouncementBannerConfiguration

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface AnnouncementBannerConfiguration
import { type AnnouncementBannerConfiguration } from "https://deno.land/x/jira@v3.0.2/src/version2/models/announcementBannerConfiguration.ts";

Announcement banner configuration.

Properties

optional
hashId: string

Hash of the banner data. The client detects updates by comparing hash IDs.

optional
isDismissible: boolean

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

optional
isEnabled: boolean

Flag indicating if the announcement banner is enabled or not.

optional
message: string

The text on the announcement banner.

optional
visibility: string

Visibility of the announcement banner.