Flag events with too many labels
In this article, you will find the rules document for flagging events with too many labels.
Before you begin
To learn how to access the rules page, refer to this
article.
Flag events with too many labels
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": "labelCount",
"operator": "greaterThan",
"value": 5
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event has more than 5 labels"
}
}
}
]
}
]
Related Articles
Flag events with no labels
In this article, you will find the rules document for flagging events with no labels. Before you begin To learn how to access the rules page, refer to this article. Flag events with no labels Note: This is a complete rules document. In the rules ...
Flag events with too many tags
In this article, you will find the rules document for flagging events with too many tags. Before you begin To learn how to access the rules page, refer to this article. Flag events with too many tags Note: This is a complete rules document. In the ...
Flag events missing labels from a required category
In this article, you will find the rules document for flagging events missing labels from a required category. Before you begin To learn how to access the rules page, refer to this article. Flag events missing labels from a required category Note: ...
Flag events that contain a specific label
In this article, you will find the rules document for flagging events that contain a specific label. Before you begin To learn how to access the rules page, refer to this article. Flag events that contain a specific label Note: This is a complete ...
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 ...