Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Out of Hours reporting

lee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 2, 2020

Hello We are trying to construct a report that shows how many ticket were created in working hours vs not, something like this maybe: 

Hour / Day:      day x | day y | day z

00:00-08:00        4    |    5     |   2

08:00-16:00        4    |    6     |   2

16:00-24:00        6    |    5     |   11

Or even just 

Hour / Day:      day x | day y | day z

9-5                      4    |    5     |   2

5-9                       4    |    6     |   2

 

Seems we will need to utilize some advanced scripting but not found anything. 

Any help would be appreciated

Thanks
Lee



1 answer

0 votes
Mehmet A _Bloompeak_
Atlassian Partner
September 4, 2020

Hi @lee ,

There is no built-in solution in Jira. You can use Jira rest api to extract all issues, parse the json output and group them by creation hour.

We developed Status Time app. Its main functionality is to provide time passed on each statuses but it has the functionality to group issues by creation hour. It does not group according to your working hours but even grouping by each hour can help. Then you can export the result into excel and group according to your working hour. You can see the app in action via online demo. https://status-time.bloompeak.io/demo

Hope it helps.

Screen Shot 2020-09-04 at 12.19.51.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events