Request:
My Approach:
Problem with my Approach:
When customers view the issues they created in the customer portal, the name of internal asset object shows up in the asset field, rather than the name of the attribute (which are names under customer naming system).
Hi @Rachel Wang,
Welcome to Atlassian Community!
It is the field that is set to the label in Assets that will be displayed in the field on the portal. So in order to only show the customer facing name you would need to change which field is the label in Assets, but that will also affect the backend. But unlike the portal you can view more attributes on the backend so you could include the internal name that is displayed.
Thanks Mikael. I tried resetting the label, but do not think it works for us, since the asset object name will change and leads to confusion to our internal team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another option would be to have external object and internal objects that you link together, and then use automation to set the internal object field based on what the customer selected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you advise how to set this automation in detail, please? screenshot will be helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I get into the configuration page of an object schema, there is no automation tab show up, as suggested in this article. Tabs showed up include General, Reference types, Statuses, Roles and Import. Any setting I need to workaround to start configuring automation rule for assets?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The article you found only applies to Data Center, not Cloud. In Cloud automations are found under Project settings > Automations and have components to lookup Asset objects.
Here is an example where I set an Asset object field for linked assets:
If you go this route the AQL would look something like this for the internal asset field:
objectType = Internal AND "External asset" = {{issue.External asset}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response. I finished setting up the automation according to your advice. For folks who check this question, this post also helps to understand the solution above better.
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.