I'm coming at my wit's end here.
I have an automation set up to look at one Asset custom field (Impacted Configuration Items), and collect in a lookup Action.
From that action, I want to view the references it has and update a second Asset custom field (Affected Service Offering(s)).
I set up a Log Action to verify it's picking up the correct objects.
But it fails, giving me the following error:
Where am I going wrong?
I ended up finding the answer (for my specific use case anyway) in another thread here: https://community.atlassian.com/t5/Jira-Service-Management/How-to-fill-insight-custom-field-with-insight-object-using/qaq-p/2016947
The trick for me was to just use the AQL from my lookup step in the edit issue step: objectType = Person and "Atlassian Account" = {{issue.reporter.accountId}}
@Robert Wen_Cprime_ I suggest pasting your AQL into the edit issue action and see if that works for you as well.
My requirements changed on this, so I don't need to set this up. Your answer seems correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That works like a charm. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have rule which does set my Assets field "Site" based on the reference object in the Person object stored in the issue's Employee field. I'm setting the Site field by using {{issue.Employee.Site.Site ID}} where Site ID is the label attribute.
My current use case is using a lookup which doesn't use reference attributes but I am facing the same exact error no matter whether I try setting the Assets field to {{lookupObjects}}, {{lookupObjects.Key}} or {{lookupObjects."Employee ID"}} where Employee ID is the label attribute.
Apologies that this probably isn't helpful for you but maybe you will have better luck using the label attribute (instead of key) than I did. I will continue trying to figure this out on my side and will report back if I find a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any Assets gurus out that can help me correct my thinking?
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.