Composite Condition

Composite Conditions are composed of a collection of Single Condition / Composite Conditions and a type attribute.

Example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "conditions": [
    {
      "or": [
        {
          "condition": "can_attach_file_to_issue",
          "invert": false
        },
        {
          "condition": "is_issue_assigned_to_current_user",
          "invert": false
        }
      ]
    },
    {
      "condition": "user_is_logged_in",
      "invert": false
    }
  ]
}

Properties

conditions
Type
Description

The conditions to compose using the specific logical operator.


type
Type
Allowed values
  • and
  • AND
  • or
  • OR
Description

Defines what logical operator is used to evaluate its collection of condition elements.


Rate this page:

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy