Forums

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

Assets - Concatenated field

Vicky Pelgroms
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!
March 12, 2025

Hi, 

Is there a way to create a kind of concatenated field in the assets? 

We have an object type "Building", this consists out of some fields like "FullName" and "Code". 

When we want to change the building of a laptop, it would be convenient to search for both "FullName" AND "Code". I know you can put these fields together with an automation rule, but is there a way to make a kind of "calculated" field that is selectable in the assets? 

Thank you for your suggestions. 

Vicky

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
2 votes
Answer accepted
Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 12, 2025

Hi @Vicky Pelgroms 

Welcome to the community, to implement a concatenated field

In your JSM project, add a new custom field of type "Assets objects". 
Configure the field:
 Select the desired asset object schema,Within the "Filter Work Scope (AQL)" section, write an AQL query to specify which attributes from your asset objects you want to include and how to join them together using the "CONCAT" function. 

Example AQL query for a concatenated field:CONCAT(asset.name, ", ", asset.serialNumber, ", ", asset.location)

Screenshot 2025-03-12 at 10.43.47 PM.png

 

For detail explanation refer the doc

Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 14, 2025

@Vicky Pelgroms Have you seen this doc is it helped to you

0 votes
Vicky Pelgroms
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!
March 14, 2025

Hi @Pasam Venkateshwarrao 

Thank you for your response. I found the suggestion you did, and this works great on JSM forms. But I want to use it in the assets itself. 

ex where I want to use it (see Building field): 

Assets_Concatenated.png

Pasam Venkateshwarrao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 15, 2025

@Vicky Pelgroms then you can create custom field Building as a "select List (cascading)" type then it will show like this

Screenshot 2025-03-16 at 12.03.13 AM.pngScreenshot 2025-03-16 at 12.03.01 AM.pngScreenshot 2025-03-16 at 12.02.38 AM.png

 

TAGS
AUG Leaders

Atlassian Community Events