Hello,
I am trying to track how much time issue spends in status "in progress" and transitions to "Done" by automatically updating "time spent".
Idea is to have "time spent" start tracking as soon as issue will leaves "To do" to "In Progress" and finishes tracking as soon as status changes to "Done" and automatically updates the field "time spent".
Keeping in mind that it syncs with before applied 5 days and 8 hours of working regime in Jira.
Is it possible ?
We are using jira standard cloud version and jira classical software project.
Hi @Kirill Gutmann -- Welcome to the Atlassian Community!
Using the automation rule, have you tried using the {{now}} smart value for the current time?
Please note that to track time with automation rules, you need multiple values to capture the start and end time of an event, and then use the diff() function to capture the duration.
For example, let's say you wanted to measure time in progress. You would need three custom fields (or entity properties): Start In Progress, End In Progress, and Time In Progress. Then use automation rules to trigger setting the Start and End, and when both are set calculate the Time In Progress.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Kirill Gutmann
You can try Time in Status for Jira Cloud and Time between Statuses add-ons.
Time in Status for Jira Cloud generates time in status report, which shows how long an issue has been spent in each status. You can download data as XLSX or CSV file and analyze it using Google Spreadsheets, Microsoft Excel, etc. So you can export the start time, open time, close time of a story, or task easily!
Time between Statuses shows how long it takes an issue to move from one status to another!
These 2 add-ons help you to track the time "in progress" status and transition time to the "Done" one.
I hope, you find it helpful.
Best regards, Mariana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
These are payable add-ons, I am more interested in automating process:
I got it add 6 minutes every time when I switch status from "In progress" to "Done". But i didn't figure it out how to put "real time" if I may say so.
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.