Hi All / Alex! @Alex Medved _ConfiForms_
Wondering if you can help with a sudden issue I’m having with my ConfiForms IFTTT integration rules.
I have the below macro on my form to create a jira issue when the “formstatus” field on my form = id 5. This was working perfectly until this week, all modifications to the confiforms entry are now triggering jira creation (this is happening when the id does not = 5).
event = on modified
action = create jira issue
fire ifttt action = [entry.formstatus.5]
I tested this previously and had no issues. I tried creating a new field to trigger the action, but still having the same result. Is my syntax incorrect or did Confluence update the expectations for this macro?
Appreciate any assistance you may have - thank you!
Sorry @Ally Dirschberger , but that does not look like a correct filtering expression
As it is onModified, I would do it even more robust like this
hasChanged(formstatus):true AND formstatus:5
This technique also helps to troubleshoot your IFTTT rules - https://wiki.vertuna.com/spaces/CONFIFORMS/pages/21234079/How+to+troubleshoot+and+debug+ConfiForms+IFTTT+rules+execution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.