Using issue properties for assignee is showing empty

Hi,

I’m using the issue properties for assignee to show on the table column (issues = Xray Test Execution), however it always show empty. But if I use dimensions (Assignee), it does show the value.
Please see photo below:

can anyone help on this question?

Hi @Tuan_Nguyen
Xray tests, test executions, as well as defects, requirements, and test plans are Jira issues and are also represented in the Issue dimension. You can define a calculated measure to get any issue property that is imported in eazyBI also for Xray-specific dimensions. To access the issue property, use function get().

For example, to get an assignee for Xray Test Execution, copy a formula of issue property Issue Priority and replace dimension name [Issue] with [Xray Test Execution] like this:

[Assignee].[User].getMemberNameByKey(
  [Xray Test Execution].CurrentHierarchyMember.get('Assignee name')
)

Best,
Gerda // support@eazybi.com

1 Like

That works perfectly, thanks for your help @gerda.grantina