Home
Phorge
Search
Configure Global Search
Log In
Transactions
H14
Change Details
Change Details
Old
New
Diff
{ "match_all": true, "conditions": [ { "field": "taskstatus", "condition": "!isany", "value": [ "spite", "wontfix", "invalid", "resolved" ] }, { "field": "taskpriority", "condition": "isany", "value": [] } ], "actions": [ { "action": "subscribers.self.add", "target": null } ], "repetition_policy": "every" }
{ "match_all": true, "conditions": [ { "field": "taskstatus", "condition": "!isany", "value": [ "spite", "wontfix", "invalid", "resolved", "duplicate" ] }, { "field": "taskpriority", "condition": "isany", "value": [ 0, 25, 50, 80, 100 ] } ], "actions": [ { "action": "subscribers.self.add", "target": null } ], "repetition_policy": "every" }
{ "match_all": true, "conditions": [ { "field": "taskstatus", "condition": "!isany", "value": [ "spite", "wontfix", "invalid", "resolved"
, "duplicate"
] }, { "field": "taskpriority", "condition": "isany", "value": [
0, 25, 50, 80, 100
] } ], "actions": [ { "action": "subscribers.self.add", "target": null } ], "repetition_policy": "every" }
Continue