[ 
https://issues.apache.org/jira/browse/UNOMI-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Serge Huber updated UNOMI-279:
------------------------------
    Description: 
consent_contains should be mapped to : 

{ 
   "type" : "booleanCondition",
   "parameterValues" : {
     "operator" : "and",
     "subConditions": [
       {
          "type" : "profilePropertyCondition",
          "parameterValues" : {
            "propertyName" : "consent.typeIdentifier",
            "operator" : "equals",
            "propertyValue" : YOUR_CONSENT_IDENTIFIER
          }
       },
       {
          "type" : "profilePropertyCondition",
          "parameterValues" : {
            "propertyName" : "consent.status",
            "operator" : "equals",
            "propertyValue" : GRANTED
          }
       }
     ]
   }
}

> Implement createOrUpdateSegment mutation
> ----------------------------------------
>
>                 Key: UNOMI-279
>                 URL: https://issues.apache.org/jira/browse/UNOMI-279
>             Project: Apache Unomi
>          Issue Type: Sub-task
>            Reporter: Serge Huber
>            Assignee: Serge Huber
>            Priority: Major
>
> consent_contains should be mapped to : 
> { 
>    "type" : "booleanCondition",
>    "parameterValues" : {
>      "operator" : "and",
>      "subConditions": [
>        {
>           "type" : "profilePropertyCondition",
>           "parameterValues" : {
>             "propertyName" : "consent.typeIdentifier",
>             "operator" : "equals",
>             "propertyValue" : YOUR_CONSENT_IDENTIFIER
>           }
>        },
>        {
>           "type" : "profilePropertyCondition",
>           "parameterValues" : {
>             "propertyName" : "consent.status",
>             "operator" : "equals",
>             "propertyValue" : GRANTED
>           }
>        }
>      ]
>    }
> }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to