Event rule condition logic #15302
Unanswered
Azmodeszer
asked this question in
Q&A
Replies: 2 comments
-
hmmm, so this could be the root of the problem? #9797 As I understand it, the operators don't work because the data format they're operating on is a list rather than a single string? Is there a workaround for me to achieve this functionality? Surely tag-based event rules aren't a particularly exotic use case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is driving me insane. Basically, I want an even rule triggered by creating or updating objects having a certain specific tag AND not having a certain more generic tag.
This should match objects tagged as "Webmin-XYZ" and not tagged as "Webmin" as well, but the trigger does not work. Yes, the slug is correct.
Apparently I am fundamentally misunderstanding something here, because I've played around with it a bit and
does work, but it only matches objects with the "Webmin" tag and is indifferent to objects with "Webmin-XYZ". When I remove
"op": "contains",
no matches at all. So the contains operator acts like an exact match and the exact match operator... does not work at all? Please advise.Beta Was this translation helpful? Give feedback.
All reactions