Linked issues hierarchy help

Hi @pankajmehta,

There are two solutions to represent the relation between issues. The best option depends on the data.

  1. You can build a custom Issue hierarchy if the child issue has only one parent.
    In your case,

    • each Test is linked only to one Story (Story is a parent to a Test), but Story may have several Tests.
    • and each Story is linked only to one Requirement (Requirement is a parent to a Story), but Requirement may have several Stories.

    There are more details and examples on how to define a new hierarchy in the Issue dimension:
    Additional Issue hierarchies.

  1. You can import issue links as separate dimensions. This is a more robust solution and will also work for many-to-many relations between Test and Story (Test is linked to several Stories and Story is linked to several Tests).
    In this case, you might want to import 2 issue link dimensions from the Story perspective.

    • “Linked Requirement” that would show a relation between Story and Requirement
    • “Linked Test” that would show a relation between Story and Test

    There are more details and examples on how to import issue links as separate dimensions: Import issue links.

I believe this is a related / following topic:

Best,
Zane / support@eazyBI.com