Hi all,
after the issue creation, I want to set an insight custom field with some insight object using automation.
Lookup objects part works fine:
If I select the attribute from the lookup object that works fine and the Summary field is filled:
But If I try to fill the custom insight field with an Insight object that action returns
Is there some simple solution to set the insight field with an insight object?
Thank you,
Petar
Hey @Petar Milavić ,
The Edit action you are using is expecting an IQL where you entered the {{lookupObjects}}
I suggest using the IQL you used to do the LookupObjects action in the Edit action. That should be enough.
If you have one object then the field should be:
key = {{lookupObjects}}
If it's multiple objects, then:
key in ({{lookupObjects}})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Aleksandra Leesment
Do you know if this resolves getting the following error:
Edit issue
An error occurred while requesting remote information
Service Unavailable
I normally use the 'Edit issue' and then set the Asset Custom field using:
Name = Helpdesk
This seems to work most of the time but every once in awhile I will get the 'Service Unavailable' error in the Audit log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This error usually occurs when there is an issue with Jira Service Management product. There were some incidents on 14th and 15th May (https://jira-service-management.status.atlassian.com/), which might've caused it. I recommend reaching out to Atlassian Support if this error keeps happening.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share your final solution on the edit Insights field?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.