jira.js
Guide
GitHub
Preparing search index...
server
getDefaultShareScope
Function getDefaultShareScope
getDefaultShareScope
(
client
:
Client
,
options
?:
RequestOptions
,
)
:
Promise
<
{
scope
?:
string
&
{}
|
"GLOBAL"
|
"AUTHENTICATED"
|
"PRIVATE"
;
[
key
:
string
]:
unknown
;
}
,
>
Returns the default share scope of the logged-in user
Parameters
client
:
Client
Optional
options
:
RequestOptions
Returns
Promise
<
{
scope
?:
string
&
{}
|
"GLOBAL"
|
"AUTHENTICATED"
|
"PRIVATE"
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns the default share scope of the logged-in user