Hi, I have an asset custom field named "Reporter's Assets" that is visible on issue view and return the objects correctly.
The filter scope of the "Report's Assets: Owner.User == ${reporter}
I want to create an automation to fill this field with all objects when the issue is created.
I'm using Lookup Objects with the same AQL: Owner.User == ${reporter}
But I'm having the error "Lookup objects No objects found" which does not make sense to me, since in the issue view the field returns all objects correctly.
I've tried a lot of other AQLs but the same error persists. I can't see what I'm doing wrong.
@Mariana Silveira SalesI guess that with your Filter issue Scope definition you don't need any rule, upon issue creation the Reporter Asset(s) should be filled automatically with thos from the issue reporter.
I assume Reporter Asset(s) has an attribute Owner that reference another object type that has a attribute User that is type User.
Hi @Adolfo Casari
The field contains the correct objects from the issue reporter but it is showed as select list options in the field, so I can select or not.
I want that automation select all the objects for me, then the objects can be easily visualized in the issue view
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.