Hello All,
Can anyone know how I can reduce the time logged in previous sprint from current sprint?
Do we have any automation or may be feature using that I can calculate the time which user has been logged in current sprint not that logged time that user carried forward from his previous sprint.
Hi @Nidhi singh
You can use Jira Rest API's to pull this data and build on your custom solution. Or if you would be interested in a mktplace app , take a look at
Worklogs Time Tracking & Timesheets
You can use the Sprint filter option to search for time spent in a particular sprint and use the worklogs from - to dates to filter out the time spent entries only in particular date ranges.
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. And what's more it can be added as a dashboard gadget.
Disclaimer : I work for the vendor who built this app
Jira’s native time tracking lacks the ability to distribute time and compare sprints based on custom calculations directly.
If you are okay with add-on I can suggest you workaround using Time and Cost Tracker developed by my team.
Create a Custom Field in Jira for Sprint Classification:
Set Up Jira Filters Using JQL:
sprint = "Sprint 1" AND "Custom Field" = "Development"
Generate Time Reports Using Jira Filters:
Generate Cost Reports for Additional Comparison:
Export to Excel for Custom Visuals and Deeper Analysis:
By using both Time Reports and Cost Reports from Time & Cost Tracker for Jira alongside Jira filters, you can create a powerful comparative analysis of your sprints. This method gives you a complete view of how time and resources were utilized, going beyond the limitations of native Jira capabilities. Let me know if you need further assistance with this setup
Olha YevdokymovaProduct Marketing Manager
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nidhi singh
I can suggest a solution in the form of our application that we offer - Worklogs - Time Tracking and Time Reports, but I'm not entirely sure it will meet your expectations based on what you described.
Our application displays the time logged in Jira issue - based on the native Jira time tracking tool.
In the app you can use the Sprint Filter to display issues and logged time from the particular sprint. The date range and issues will be adjusted to the chosen sprint.
Then you can export the data to the CSV file. In the app you can display another sprint and export the data again. With two exported files you can compare the issues and logged time.
Unfortunately, I do not know any automation which automatically compares the two sprints with respect to your need, but I thought it might be helpful.
You can always try the app for free during a 30-day trial period. Let me know if you have any questions.
Kind regards,
Michał
SolDevelo Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nidhi singh
Let me try to understand your question. We need to split the time logged between the 1st sprint and the 2nd sprint, right? Then, we need to compare the logged date with the sprint start and end dates to determine the time should be put in the 1st or the 2nd sprint. Right?
Regards,
YY哥
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes correct, I need to generate report of alll issues that carried forward from previous sprint to current and need to fetch time spent of issues in current sprint.
Report will show all issues carried forward from previous to current and time spent on each issues in current sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, it's really a good question. I have no idea to help you except developing a customized jira App.
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.