import issue link data to eazyBI

Daniel Juravski July 5, 2018

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 :(

 

 

1 answer

0 votes
Fabian Lim
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 9, 2021

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')

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events