Translating a JQL with linked issue function to calculated measure

Hi all,

I need some help translating this JQL to a calculated measure in eazyBI report so that i can filter issues based on labels of linked issues

issueFunction in linkedIssuesOf(“type in (‘L1 Technical Feature’, ‘L2 Technical Feature’) and labels= PI2025.5”, “is implemented by”)

Thanks in advance

Regards

Divya

Hi @divya.s ,

The first step is to define and import the issue link in eazyBI. Please refer to the respective documentation page on how to do that - Import issue links.

After that, please review the following report from the eazyBI demo training account - Story and Bug overview by projects - Issues - eazyBI Demo Training - eazyBI. The report shows stories with some information from bugs linked to them. You can use a calculated measure similar to “Linked Bugs Done” to view the number of linked issues with a particular condition. Replace the condition for status with one for labels with a regular expression check and use the issue link you defined instead of “Bugs”.

Please review the eazyBI documentation page for more information on defining calculated measures - Calculated measures.
Best,

Best,
Roberts // support@eazybi.com