cascading Asset Custom Fields

M_Munari February 24, 2025

Is it possible to create cascading Asset Custom Fields?

2 answers

0 votes
Mathew Lederman
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.
February 24, 2025

@M_Munari here's an example where from our Change Management asset schema:

For this example, the schema has two levels:

  1. The top level is Product Line (cf_40361).
  2. The second level is Application.

On the Application table, Product Line is a referenced attribute. Once a user picks a Product Line of 'Marketing', only the applicable Applications for the Marketing product line are available.  

 

Here is the applicable configuration for the Application application is defined in the field context:

Filter scope (AQL): objectType = "Application"

Filter issue scope (AQL): object HAVING outboundReferences(Label IN (${customfield_40361.label}))

Allow search filtering by these attributes: Label

M_Munari February 25, 2025

Hi Mathew,

Thanks for support,

We have a simple scheme:

Screenshot 2025-02-25 at 11.25.27.png

What I would like to do is that, upon selecting the project, a second field allows me to select only the project managers of the selected project.

Is it possible?

Thanks

 

Mathew Lederman
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.
February 25, 2025

Yes, although I believe you’d want to change outboundReferences in my script to inboundReferences. I’ve never used inbound, so I would suggest doing some research, but my understanding is that they function the same. One is within the current schema, one is outside the current schema.

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 24, 2025

Hi @M_Munari,

Welcome to Atlassian Community!

Yes, it is possible to create cascading Assets fields, and you do that by using filter issue scope. Please have a look at this article for more information about it (ignore the Insight reference, that is the old name for Assets). 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events