Flag events that end after a late timestamp
In this article, you will find the rules document for flagging events that end after a late timestamp.
Before you begin
To learn how to access the rules page, refer to this
article.
Flag events that end after a late timestamp
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": "endTime",
"operator": "greaterThan",
"value": 3600
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event ends after the 1-hour mark"
}
}
}
]
}
]
Related Articles
Flag events that end before a specific time
In this article, you will find the rules document for flagging events that end before a specific time. Before you begin To learn how to access the rules page, refer to this article. Flag events that end before a specific time Note: This is a complete ...
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 few tags
In this article, you will find the rules document for flagging events with too few tags. Before you begin To learn how to access the rules page, refer to this article. Flag events with too few tags Note: This is a complete rules document. In the ...
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 with exactly 4 tags
In this article, you will find the rules document for flagging events with exactly 4 tags. Before you begin To learn how to access the rules page, refer to this article. Flag events with exactly 4 tags Note: This is a complete rules document. In the ...