Hi,
I have an issue (User Story) - that has link issue ('relates to' type) to other issue type with field X.
I try to create a report on eazyBI, that represents all my User Story issues and a measure that gets the X field data from the link issue of every User Story.
How can I do it ? All the tutorials and samples that I tried to look on didn't bring me success :(
Hi Daniel,
First you have to create the issue link in the advanced settings: https://docs.eazybi.com/eazybi/data-import/data-from-jira/advanced-data-import-options/import-issue-links
Once you have imported the issue links, you can access the properties of the related issues by the help of eazyBI standard functions. For instance, if the issue has only one linked issue with the imported issue link, you can access the linked issue property with the formula like this:
[Issue].[Issue].GetMemberByKey( [Issue].CurrentHierarchyMember.get('My link') ).get('My property')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.