Hi,
I have a requirement where I want to track the every user "Time Spent" on every issue. JIra actually has a workload pie chart widget but that doesn't work when multiple users work on same issue.. Because that widget shows the complete time spent recorded on the issue but i want to divide it on user basis.
Is there any option for this ,other than using addon?
Thanks & Regards,
Mahanth Prudhvi P
Hello @Mahanth Prudhvi P
Without an add-on the only option is for you to use the Jira API to extract the worklog information and manipulate the data outside of Jira to generate the report that you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tracking the time each user spends on every issue in Jira is a common requirement, especially in collaborative environments. While Jira's built-in workload pie chart widget provides a visual representation of time spent on issues, it doesn't break down the time by individual users when multiple users work on the same issue.
To achieve this without using an add-on, you can utilize Jira's built-in features combined with some manual steps:
Work Log Report:
Filters and JQL (Jira Query Language):
worklogAuthor = currentUser() AND worklogDate >= startOfWeek()
Exporting Data:
If you are open to using an add-on, Planyway is highly recommended. Planyway is a powerful tool for time tracking, resource management, and visualization in Jira. Here are some of its benefits:
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.
I understand that you prefer solving this without an add-on. If an add-on should become an option for you in the future, I think you'll like the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a long list of so-called history columns that aren’t natively available, including time with [assignee], time in [status] with [assignee], and many, many more.
This is how it looks in action:
As you can see above, you can easily sort and filter by your history columns. You can also use them across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Jira Rest API's to pull this data and build on your custom solution. I know you mentioned without add-on, but if would still like to try one take a look at
Worklogs Time Tracking & Timesheets
You can easily view time entries for multiple issues day wise grouped by assignees in a single view. The app allows to filter/Categorize/Group By your worklogs data and a timesheet view too to track individual time spent.
Disclaimer : I work for the vendor who built this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Amay Purohit_RVS Thanks for suggesting this addon.
We were already using an addon for this but we don't have it's necessity up to the mark. So we have cancelled the license, we rarely use it. That's the reason I don't wanna go for an addon.
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.