Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Showing attribute of an object in ticket view

Nassim JANAH
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 19, 2026

Hello,

 

I have an object type containing all the employees, each employee has mainly 2 attributes, one of email adress, and the other of "Site", I want when someone opens a ticker from the portal, an asset field shows the Site where that person is in the ticket view (agent view)

2 answers

1 vote
Trudy P Claspill
Community Champion
May 19, 2026

Hello @Nassim JANAH 

Welcome to the Atlassian community.

You will need to create an Asset Object custom field and add it to the field configuration and screen layout.

Are you familiar with creating Asset Object custom fields? Here are some reference documents:

https://support.atlassian.com/assets/docs/what-is-the-assets-objects-field/

https://support.atlassian.com/assets/docs/set-up-the-assets-object-field/

https://support.atlassian.com/assets/docs/configure-the-assets-object-field/

0 votes
Etienne Frère_Elements
July 31, 2026

Hello @Nassim JANAH ,

Trudy's approach works, but it requires either manual selection of the Employee object or an automation rule with explicit matching, it won't automatically resolve "the Employee whose email matches the reporter" on its own.

If you want that resolution to happen automatically the moment an agent opens the ticket, this is a good fit for Elements Connect (Disclosure: I'm the Product Marketing Manager for Elements Connect)

The approach would be:

  1. Connect Assets directly as a data source. Elements Connect can query the Assets Cloud API natively via AQL search (POST /jsm/assets/workspace/{workspaceId}/v1/object/aql) — see our guide on configuring Jira Assets as a datasource. This needs JSM Premium or Enterprise, which matches what's shown on your post.
  2. Build a read-only connected field whose AQL query filters your Employee object type on the email attribute, using the reporter's email as a dependency — e.g. something like objectType = "Employee" and Email = "$reporter.emailAddress". The $reporter variable and its attributes are documented here (note: you may need to enable the email address dependency specifically, per this note).
  3. Template the field to display only the "Site" attribute from the matched object, rather than the whole object.

Since you specifically want this in the agent/ticket view (not the portal creation screen), you're on safe ground here, the one caveat with $reporter is that it doesn't resolve on portal/issue creation screens, but it resolves normally once the ticket exists, which is exactly your use case.

Elements Connect has a 30 day free trial so feel free to test it !

Happy to point to more detail if useful.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events