Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...

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):

...

Step-by-Step Configuration

  1. Navigate to Advacnced 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:

    • Parent Field: Select the field that represents the parent field. The selected value here will define the filter for the child field - if no values selected in the parent field, the child field will show no options.
      (info) This select list displays only fields with a maximum selection set to ‘1'.
      In our case, we select an Advanced Link field 'Organization - Product’, since we need to filter available services connected to a specific product.

    • Link Types: Select the link type that connects the value in the parent field (product) with the results you want to see in the filtered select list (services). The link field name should match it’s name in the issue of the selectable option.
      In our example, such a link is called 'Product - Service (Related Products):

      image-20240610-121503.png
    • Link Level: Choose the depth of the filter. This allows you to specify how many levels deep the filter should go to find the linked issues

  3. Save configuration and check results.

...