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.
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.
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!
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”