Incident Creation Screen:
In the incident generation screen, there are 2 Insight fields that are "Equipos" and "Sucursales" and 1 field called "Descripción".
Our need is that when the ticket is already generated, the data associated with the Insight assets "Equipos" and "Sucursales" are automatically pasted in the "Descripción" field, example in the "Equipos" objects we have the following data:
Ideally, both this data and the branch data can be contained within the "Descrición" field.
Are you saying that you want to capture all of the attributes from the insight objects into the description? If so, your automation would look something like this:
{{issue.description}}
{{issue.Equipos.Key}}
{{issue.Equipos.idEquipo}}
{{issue.Equipos.NSerie}}
{{issue.Sucursales.attribute1}}
{{issue.Sucursales.attribute2}}
Thank you very much for your valuable response, it has been of great help to me, the only doubt I have is that there is an object that has a blank space and when placing the code with the blank space, the data is not brought correctly, I show you in the example of the image
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.
I just made the change and the same thing happens, the value of the field appears blank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... Does that insight object use "Name" or was that attribute renamed? What happens if you do this?
{{issue."Tipo equipo".label}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it still appears blank when placing
{{issue."Equipment type".label}}
The attribute is "Name" and the object is "Tipo equipo", the problem I see is in the blank space but I don't know how the syntax would be
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh... I just realized the problem. You need to still call the original insight object:
{{issue.Equipos.Tipo equipo.Name}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's all ready now, the field brings the complete information, thank you very much dear your help has been extremely useful and very efficient
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.