Eazybi report to find URs linked and not Linked to Business step issue type

Hello,
Wanted to create a report in eazybi on basis of the below jql

(Type = “User Requirement” and project = CDS) AND issueFunction in linkedIssuesOf(“Type = “Business Step” and project = CDS”, “tests”)

The above query was created in ScriptRunner Enhanced search to get the issues with Issue type = User Requirement in CDS project and issues linked to Business Step issue type as in the below screenshot.

image

In the above query it is fetching for issues that are linked as tests in the “User Requirements”

I want to build an eazyBi report where I can track linked vs not linked.

Please let me know if any further information required.

Thanks.

Hello @Amzad
Thanks for posting your question!

It seems to me that you are looking for a way to import the linked issues. I recommend checking out this Community Post that describes how you can import the linked issues Import issue links as dimension

If you have any follow up questions or if I have misunderstood you, please let me know!

Best wishes,

Elita from support@eazybi.com

Thanks for providing me the link.
I need help in adding code in additional settings

We have an issue type Action in our project and under that we have Subtasks

image

I want to build a similar report to this Issue Epic hierarchy for epics in progress - Issues - eazyBI Demo Training - eazyBI

can you please provide me the steps to start

Should i need to use the similar below code to add in the additional setting or it would be helpful if you are able to provide the exact code for he same.

[[jira.issue_link_field_dimensions]]
name = “Parent Status”
source_dimension = “Status”
issue_key_column = “subtask_parent_key”
group = “Linked issue dimensions”

Hello,

As I was going through the reports in the eazybi community, which is Issue Epic hierarchy - Issues - Jira Demo - eazyBI

I found the report exactly want I was looking for, but instead of Epic Hierarchy, I want to add the hierarchy for issue type action in our project.

I wanted to add Action heirarchy member as Epic is added in the below screenshot

image

If need to add any code in the additional settings, please provide the code to be added.

Thanks.