Hi There,
I need to find out business hours since issue creation, i know there is smart value available to get the business days {{issue.created.diff(now).businessdays}}, but I need the exact business hours since issue creation.
Does anyone know how to get it ?
Thank you.
Hi @Vishal
There is nothing built in to do this with automation rules, but it is possible using assumptions, and math and date / time functions.
For your scenario, you want the working flow time between two date / time values. The assumptions to support that might be:
Using those assumptions, you could perform the math by:
Then write down all the test cases, test thoroughly!
If you look at this post I made, it describes a related scenario to pretty print a duration of time as business time: https://community.atlassian.com/t5/Automation-discussions/What-is-your-most-useful-automation-Here-is-mine/td-p/1560668#M523
Kind regards,
Bill
Hello @Vishal 👋
What you are trying to measure is often called "Time In Status" and can sum up to "Build Cycle Time" when it spans the different status values from start-of-work until completion.
There is nothing built-in which can do that for working hours. Instead the built-in, i recommend you to try you Time in Status for Jira by SaaSJet.
You can also book a live demo - we'll show you the application inside out and answer all your questions.
Add-on has a 30-day free trial version and free up to 10 users.
Hope it helps 😌
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vishal
You can use lead time (the time interval between the moment an issue is requested to the moment it is completed) reports to get the time since issue creation.
If you prefer to use a marketplace app, you can try Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status and status durations are calculated according to the working calendar you define.
Here is the online demo link, you can see it in action and try without installing the app. For your case, you can have a look at Lead Time for Each Issue report.
For further details, you can have a look at Cycle Time and Lead Time in Jira: Productivity Measurement with Two Critical Parameters article and Status Time Reports How to Videos.
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Vishal
Have you considered using a third-party application for this type of reporting? It could provide more accurate and comprehensive results.
.I believe Timepiece - Time in Status for Jira which is developed by my team at OBSS, has a report type that will meet your need. Our app is available for both Jira Cloud, and Data Center.
Time in Status mainly allows you to see how much time each issue spent on each status or each assignee. With the reports available in it, you can calculate how many hours spent since the issue creation.
The application also offers custom calendar support. Calendars can be configured based on your business hours, excluding holidays and non-working hours (even lunch breaks) from the calculation. Time in Status reports can be generated based on your custom calendars. Please see the screenshots below that I prepared for you, for custom calendar support and the business hours calculation of issues since creation.
The app calculates its reports using already existing Jira issue histories so when you install the app, you don't need to add anything to your issue workflows and you can get reports on your past issues as well.
Time in Status reports can be accessed through its own reporting page, dashboard gadgets, and issue view screen tabs. All these options can provide both calculated data tables and charts. And the app has a REST API so you can get the reports from Jira UI or via REST. Also you can export the reports in to various formats easily.
Visit Timepiece - Time in Status for Jira to explore how our JIRA add-on can revolutionize your reporting process. Enjoy a 30-day free trial to experience the full range of features.
Hope it helps,
Gizem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vishal
BusinessDays (business days are considered to be Monday to Friday, 9am to 6pm)
hope that helps!
Regards,
Seba
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.
sorry fro misunderstanding. I don't think that it is possible.
What cam to my mind is to try to use date format somehow in your formula.
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.