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

x/jira/src/version2/models/defaultShareScope.ts>DefaultShareScope

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

Details of the scope of the default sharing for new filters and dashboards.

Properties

scope: string

The scope of the default sharing for new filters and dashboards:

AUTHENTICATED Shared with all logged-in users. GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response. PRIVATE Not shared with any users.