Our Advanced Links fields can be used as cascading select lists, similar to the default select list cascade in Jira. This feature enables dynamic filtering based on the relationships defined by Advanced Links. It allows users to select a value in one field, and then filter the selectable options in a subsequent field based on the value selected in the first field (parent field).

note

Unlike other filters in Jira that may be based on JQL, the filter applied here is based on the Advanced Link type.

Unlike other filters in Jira that may be based on JQL, the filter applied here is based on the Advanced Link type.

Let's consider a practical example to understand this better.

Example: Organization -> Product -> Service

We have three issue types: Organization, Product, and Service.

Each organization is linked to its owned products via an advanced link, and each product is linked to its available services, also via an advanced link.

Scenario

As an account manager, you want to view the products linked to an organization and then filter the services available for those products. For instance, you have the following setup:

image-20240610-111837.png

In the organization issue view, in the ‘Available services’ field (screenshot above), you only want to see the services linked to the product "MailMaster Pro" in the "Services" fields (screenshot below):

image-20240610-111702.png

Step-by-Step Configuration

  1. Navigate to Advanced Link field configuration: filter is configured in the ‘child’ field on the cascade.
    In our example, this is the "Available Services" field:

    image-20240610-112105.png
  2. Set up Parent Field filter: Configure the filter using three select lists in the "Parent Field Filter" tab:

  3. Save configuration and check results.

(error) Before:

image-20240610-122506.png

(tick) After:

image-20240610-122246.png