Is possible to get [Logged by] E-mail?

Hello!

Is possible to get e-mail address from worklog author (using default Jira time tracking)?

Example:

Thanks in advance!

Hi @Domingo_Rodriguez ,

The ability to get email addresses depends on your Jira deployment type:

For Jira Data Center
You can use this formula to get the email address of the worklog author:

[Logged by].CurrentHierarchyMember.Get('Email')

For Jira Cloud
Due to GDPR restrictions, email property is not being returned for user-dimensions anymore when eazyBI pulls data from the Jira Cloud sites.
The only option to automate this at some level is to import additional data using Rest APIs if you can find endpoints in Jira Rest API documentation and map them to the “Logged by” dimension at the user level.
https://docs.eazybi.com/eazybi/data-import/data-from-jira/additional-data-import-into-jira-issues-cube

Best,
Gerda // support@eazybi.com