Hi! I need to get the name of the Asset asociated with an issue (it´s only 1 asset per issue), to save it in a smart value and use it as a filtre in an IF.
Does someone know how can I get the name of the asset?
Thanks!
{{issue.<assets field name>.Name}} should do it. The asset selected is your object and then you just use the . function to get to the attribute.
If that is not working then use the lookup object component and then use that to get the name like this:
{{lookupObject.Name}}
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.