• About Connect modules for Jira
  • Admin Page
  • Administration UI locations
  • Build
  • Dashboard Item
  • Deployment
  • Development Tool
  • Dialog
  • Entity Property
  • Feature Flag
  • Global Permission
  • Home container
  • Issue Background Script
  • Issue Content
  • Issue Field
  • Issue Glance
  • Issue view UI locations
  • Keyboard Shortcut
  • New issue view UI locations
  • Page
  • Project Admin Tab Panel
  • Project Page
  • Project Permission
  • Project settings UI locations
  • Project sidebar
  • Report
  • Search Request View
  • Tab Panel
  • Time Tracking Provider
  • User profile menu
  • Web Item
  • Web Panel
  • Web Section
  • Webhook
  • Workflow Condition
  • Workflow Post Function
  • Workflow Validator

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
{
  "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
[Composite Condition,Single Condition, ... ]
Description

The conditions to compose using the specific logical operator.


type

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

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


    • System status
    • Privacy
    • Developer Terms
    • Trademark
    • Cookie Preferences
    • © 2019 Atlassian