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

    Interface Visibility

    The group or role to which this item is visible.

    interface Visibility {
        identifier?: string;
        type?: string;
        value?: string;
    }
    Index

    Properties

    identifier?: string

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

    type?: string

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

    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.