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

x/jira/src/version2/models/visibility.ts>Visibility

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

The group or role to which this item is visible.

Properties

optional
identifier: string

The ID of the group or the name of the role that visibility of this item is restricted to.

optional
type: string

Whether visibility of this item is restricted to a group or role.

optional
value: string

The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use identifier.