jira.js
Guide
GitHub
Preparing search index...
cloud
ConditionGroupUpdate
Interface ConditionGroupUpdate
interface
ConditionGroupUpdate
{
conditionGroups
?:
ConditionGroupUpdate
[]
;
conditions
?:
{
id
?:
string
|
null
;
parameters
?:
Record
<
string
,
any
>
;
ruleKey
:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
operation
:
string
&
{}
|
"ANY"
|
"ALL"
;
}
Index
Properties
condition
Groups?
conditions?
operation
Properties
Optional
condition
Groups
conditionGroups
?:
ConditionGroupUpdate
[]
Optional
conditions
conditions
?:
{
id
?:
string
|
null
;
parameters
?:
Record
<
string
,
any
>
;
ruleKey
:
string
;
[
key
:
string
]:
unknown
;
}
[]
Type Declaration
[
key
:
string
]:
unknown
Optional
id
?:
string
|
null
The ID of the rule.
Optional
parameters
?:
Record
<
string
,
any
>
The parameters related to the rule.
ruleKey
:
string
The rule key of the rule.
operation
operation
:
string
&
{}
|
"ANY"
|
"ALL"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
Groups
conditions
operation
Guide
GitHub
jira.js
Loading...
The ID of the rule.