Spent hours based on links relation

Hi Community!

I’m trying to generate report based on “introduces” links relation:

Having all support requests resolved since start of month and issues linked to these requests via “introduces” relation.

How to get an report which will show total efforts spent on the specific request?
E.g. request-01 10 hours logged, and linked bug with 5 hours logged; 15 hours spent total on request-01 resolution.

JQL example: jql: type = “request” AND resolutiondate >= startOfMonth() OR issueFunction in linkedIssuesOf(“type = "request" AND resolutiondate >= startOfMonth()”, “introduces”)

Hi,

A similar topic is discussed in this community post:

The first step for implementing this use case is to configure the issue link import. Please, check the documentation on how to import issue links in eazyBI here: Import issue links.

Kindly,
Janis, eazyBI support