jira.js
Guide
GitHub
Preparing search index...
cloud
NotificationSchemeEventSchema
Variable NotificationSchemeEventSchema
Const
NotificationSchemeEventSchema
:
ZodObject
<
{
event
:
ZodOptional
<
ZodType
<
NotificationEvent
,
unknown
,
$ZodTypeInternals
<
NotificationEvent
,
unknown
>
,
>
,
>
;
notifications
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
emailAddress
:
ZodOptional
<
ZodString
>
;
expand
:
ZodOptional
<
ZodString
>
;
field
:
ZodOptional
<
ZodObject
<
{
clauseNames
:
ZodOptional
<
ZodArray
<
(...)
>
>
;
custom
:
ZodOptional
<
ZodBoolean
>
;
id
:
ZodOptional
<
ZodString
>
;
key
:
ZodOptional
<
ZodString
>
;
name
:
ZodOptional
<
ZodString
>
;
navigable
:
ZodOptional
<
ZodBoolean
>
;
orderable
:
ZodOptional
<
ZodBoolean
>
;
schema
:
ZodOptional
<
ZodObject
<
(...)
,
(...)
>
>
;
scope
:
ZodOptional
<
ZodObject
<
(...)
,
(...)
>
>
;
searchable
:
ZodOptional
<
ZodBoolean
>
;
untranslatedName
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
;
group
:
ZodOptional
<
ZodObject
<
{
groupId
:
ZodOptional
<
ZodNullable
<
(...)
>
>
;
name
:
ZodOptional
<
ZodString
>
;
self
:
ZodOptional
<
ZodURL
>
;
}
,
$loose
,
>
,
>
;
id
:
ZodOptional
<
ZodNumber
>
;
notificationType
:
ZodOptional
<
ZodCustom
<
|
string
&
{}
|
"Group"
|
"CurrentAssignee"
|
"Reporter"
|
"CurrentUser"
|
"ProjectLead"
|
"ComponentLead"
|
"User"
|
"ProjectRole"
|
"EmailAddress"
|
"AllWatchers"
|
"UserCustomField"
|
"GroupCustomField"
,
|
string
&
{}
|
"Group"
|
"CurrentAssignee"
|
"Reporter"
|
"CurrentUser"
|
"ProjectLead"
|
"ComponentLead"
|
"User"
|
"ProjectRole"
|
"EmailAddress"
|
"AllWatchers"
|
"UserCustomField"
|
"GroupCustomField"
,
>
,
>
;
parameter
:
ZodOptional
<
ZodString
>
;
projectRole
:
ZodOptional
<
ZodObject
<
{
actors
:
ZodOptional
<
ZodArray
<
(...)
>
>
;
admin
:
ZodOptional
<
ZodBoolean
>
;
currentUserRole
:
ZodOptional
<
ZodBoolean
>
;
default
:
ZodOptional
<
ZodBoolean
>
;
description
:
ZodOptional
<
ZodString
>
;
id
:
ZodOptional
<
ZodNumber
>
;
name
:
ZodOptional
<
ZodString
>
;
roleConfigurable
:
ZodOptional
<
ZodBoolean
>
;
scope
:
ZodOptional
<
ZodObject
<
(...)
,
(...)
>
>
;
self
:
ZodOptional
<
ZodURL
>
;
translatedName
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
;
recipient
:
ZodOptional
<
ZodString
>
;
user
:
ZodOptional
<
ZodObject
<
{
accountId
:
ZodOptional
<
ZodString
>
;
accountType
:
ZodOptional
<
ZodString
>
;
active
:
ZodOptional
<
ZodBoolean
>
;
avatarUrls
:
ZodOptional
<
ZodObject
<
(...)
,
(...)
>
>
;
displayName
:
ZodOptional
<
ZodString
>
;
emailAddress
:
ZodOptional
<
ZodString
>
;
self
:
ZodOptional
<
ZodString
>
;
timeZone
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
;
}
,
$loose
,
>
,
>
,
>
;
}
,
$loose
,
>
= ...
Details about a notification scheme event.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details about a notification scheme event.