Hi All, Can you please let me know how JIRA is calculating the Time difference:
It seems the Jira is not taking the current 8 hrs/day time set in the time tracking. Please take a look at the screenshots once.
So Working hours per Day is set to 8 hrs, but the difference is way more than what It should be.
Hello @Akash
This smart value calculates the time difference without considering your working hours or holidays but with .businessDays
to calculate the difference in days, excluding weekends.
Also, your calculation isn’t accurate. You’re calculating the difference in hours and then again in minutes, which effectively doubles the time.
My suggestion:
Hope this can help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.