Is it possible to import the Tempo Timesheets Work Description into EazyBI?
Thanks
Is it possible to import the Tempo Timesheets Work Description into EazyBI?
Thanks
Hi,
Already now you could see work description for worklogs if you select measure âHours spentâ from âMeasuresâ dimension, click on the result and choose âDrill through worklogsâ. It would be possible to export if needed.
But it would also be possible to import Worklog comments as a separate dimension in eazyBI (in this case you should use eazyBI advanced settings to define this additional dimension first)
Martins / eazyBI support
Hi @martins.vanags Could you help me create this dimension? Thanks
Use the following code in eazyBI advanced settings:
[jira.customfield_wlcomment]
name = "Worklog Comment"
data_type = "string"
dimension = true
worklog = true
javascript_code = '''
if (worklog.comment) {
worklog.customfield_wlcomment = worklog.comment+" ("+worklog.id+")";
}
else {
worklog.customfield_wlcomment = "(no comment)"
}
'''
Then open the import options page and select to import âWorklog commentâ new pre-calculated custom field as a separate dimension.
Martins / eazyBI
@martins.vanags Thanks !!!
Iâve tried out the above solution and it works ⊠to a degree ⊠but suspect Iâm doing or not doing something very obvious to not get the complete solution.
Iâve created the custom measure for Worklog Comments and when I drill down into a work log then the Worklog Comments appear, but when I just try to show the Worklog Comment inline with other data then it doesnât appear or worse still it hides all data.
@MarkWheeler
It seems that the advanced settings do not let you import âWorklog commentsâ into a separate dimension using the approach described above.
Which version of eazyBI and Tempo are you using?
Martins / eazyBI support
Hi @martins.vanags , I get the same result that @MarkWheeler. Iâm ussing eazyby in a cloud instance.
Could you helpp me? Thanks in advance!
See the documentation page about this feature:
https://docs.eazybi.com/eazybi/data-import/data-from-jira/jira-custom-fields/javascript-calculated-custom-fields#JavaScriptcalculatedcustomfields-Calculatedworklogcustomfield
Calculated worklog dimensions work for Jira Server and Data center only, That is why it wonât work in a cloud instance.
Martins / eazyBI
Hi Martins, why I can not see this ââDrill through worklogsââ if I right click on Hour Spent column? How to add this feature to my company eazybi?
Thanks
That is a default functionality. It should be automatically available for âHours spentâ measure.
Did you press on the cell value or on the column name?
Martins
Yes, I have a long list of ââDrill intoââ options, but not âdrill through worklogsâ.
@tulliodisimone
Can you share a screenshot from âAboutâ menu where you can see the version of eazyBI?
Martins /eazyBI
Hi,
yes of course
Thanks
Tullio
Thanks.
This version supports âDrill through worklogsâ feature.
Do you use it on the default measure âHours spentâ in your report?
Can you please share the screenshot of what you see when you click on âHours spentâ measure in any of the report cells?
Martins
Hi,
ok now I can see it.
But Iâd like to see the list of worklog comments in a report column. That is, for each day, Iâd like to see the daily hour spent + worklog comment.
Is it possible without create a custom dimension?
Thanks
Tullio
Hi,
It is not possible to import comments without additional pre-calculated field (defined in advanced settings).
See a similar question discussed here: Worklog comment import
Martins / eazyBI
Hi Martin,
thanks
can you confirm only to Jira system administrators, Jira trusted users, and eazyBI admins can access to advanced settings? Iâm not one of them
Hi,
Yes, advanced settings are not available for all eazyBI users.
If you use eazyBI for Jira Cloud and Tempo timesheets to register worklogs, then worklog comment field import wonât be possible.
Martins / eazyBI
Hi, why it wonât be possible ,why itâs possible for jira server and not for jira cloud