I'd like to create a report returning all issues of a certain issue type. In columns of my report I'd like to report on linked issues by link type. Is this possible? How?
To building up reports based on issue links it is important to understand how links should be analyzed.
I will give an example with Stories and Bugs linked to stories. You can import bugs to stories and / or stories for bugs. If you need a report as you have described, for example, for Stories, I would suggest importing Stories for bugs.
With new eazyBI version 4.1. there is an option to import issues link custom fields based on the custom definition. With each custom definition, you can import issue links with one direction (Inward or Outward) specifying link names.
In this example for bug there is a inward link 'is caused by' to issue type Story. You can define link custom field Story for bug with this defintion:
[jira.customfield_story] name = "Story" inward_link = "is caused by" issue_type = "Story" dimension = true
This definition should be added to eazyBI advanced settings. Then selected for import as dimension.
After issue links ar imported to your account, you can create a report with Issue dimension on Rows, Issue type Story selected on Pages and this calculated measure will count all open linked bugs:
DefaultContext(( [Measures].[Issues due], [Issue type].[Bug], [Story].[Story].GetMemberByKey([Issue].CurrentMember.Key) ))
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.