I have an automation rule that creates Insight Objects every time a ticket transits to an ordered state
I have an Insight custom field named "Aufträge [Insight]" and when I try to add the action "Edit issue fields" with the object that was just created none of them work.
There must be an error in the syntax...
I already read this: How to link object
and this: Workaround
My created object:
Name of the object is the same like issue summary, so i tried to lookup this object with this query:
objectType IN objectTypeAndChildren("Angebote") AND "Name" = {{issue.summary}}
Thanks for your help!
I found a solution.
At first I created an "Lookup objects" step:
and used this object for linking the issue:
objectType IN objectTypeAndChildren("Angebote") AND Key = {{lookupObjects}}
the automation failed because of the spaces in "Name" the "Lookup Object" uses the key value and it works
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.