I'm using the jira query
worklogDate >= startOfDay() AND worklogAuthor = currentUser()
to show the items I've logged time with today. It almost works. The problem is that the result shows the summary of all work logged against the task, not just those from today. If I worked on something last week and then again this week the cumulative of all time entries are shown in the filter report.
How to show only the items that were logged today? (or any other time period)
Hi @Matt Wilkie
To get the worklogs data between specific dates, you can try out our plugin
Agile Tools : Epic Tree, Links Tree, Time in Status & Worklogs
The app provides the following features.
Worklogs & Time tracking Report :- Track time spent by resources with multiple filters / category / grouping features. Export to csv format is also available. You can filter based on worklogs time period as well.
Along with this there are multiple other features like Time in Status, Links Hierarchy, Epic Hierarchy etc which the app provides.
Hi @Matt Wilkie
Time Spent is a field which will yield the total amount time spend on that specific issue. Your JQL is correct, but there isn't a field which you can add to your column to show you exactly what you want. If you use the REST api you will be able to get all the info you want, e.g.:
https://YOURSUBDOMAIN.atlassian.net/rest/api/3/issue/YOUR_ISSUE_KEY
You can use other apps from the marketplace to get the job done, and there could be a couple of free as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matt Wilkie
You should consider using a Jira Marketplace addon. I would recommend you our Worklogs Time Tracking and Reports app. It helps you to create custom reports on Jira Time Logs. For example, you can track daily how much time did you or any users logged in and for which issue. You can also create lots of other reports based on Jira issue fields, for example to check how much time did you logged on particular projects, issue type or any Jira issue custom field.
You can also, use it to even log time directly from the report view, which helps to manage your Time Logging efficiently and quickly notice when you forgot to log your time:
Hope it helps! Please feel free to contact us if you have any question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.