I am trying to update an approval group by automation to edit the issue and update the value with a value in an asset but when i run the automation its pulling the approval groups for all objects in the object type.
Im sure its something simple in lookup query but I cant figure it out
Anyone got any ideas what im doing wrong here?
It is because your lookup object AQL is too broad. You are pulling all objects in the object type, not just a single object. You would need to include an unique identifier for the object you want, which I guess in this case is the TIA Profile ID. So if you change the AQL to something like this it should work:
objectType = "TIA Profiles" AND key = {{issue.TIA Profile ID}}
Thank you, that's it.
I appreciate your help on that one, still new to assets :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.