Flag events missing a required label
Flag events missing a required label
In this article, you will find the rules document for flagging events missing a required label.
Before you begin
To learn how to access the rules page, refer to this
article
.
Flag events missing a required label
Note:
This is a complete rules document. In the rules page, copy this JSON into the editor.
[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "labels",
"operator": "doesNotContain",
"value": "Approved"
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event is missing the \"Approved\" label"
}
}
}
]
}
]