Visibility restriction on a comment.

interface JiraCommentVisibility {
    type: "role" | "group";
    value: string;
}

Properties

Properties

type: "role" | "group"

Restriction type: 'role' or 'group'

value: string

Role or group name