Hi,
Is there a way to generate a report\filter for a certain time range the that will show the amount of created tickets outside the working hours?
Hi @israel siboni -- Welcome to the Atlassian Community!
How often do you need to do this, and what effort/cost are you willing to invest?
Kind regards,
Bill
Hi @israel siboni,
Welcome to Atlassian Community!
You can use a filter like the one below to get all issues that were created outside of working hours. There is no option to use businessHours as part of your JQL, so if you would like to see the numbers for the full week you would have to expand the JQL to include each day.
This example JQL will give you all tickets created after 5pm Friday (10/23) and before 8am Monday (10/25)
(created >= "2021-10-23 17:00" AND created <= "2021-10-25 08:00")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the replay, but I am looking for a monthly/yearly report that will show the number of logged issue out off hours.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are then looking for a reporting app since Jira doesn't provide something like that out-of-the-box. I bet you can do that in eazyBI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mikael Sandberg thanks for mentioning eazyBI app.
eazyBI has a lot of default measures. While we do not have default measure tickets created out of hours, there are a couple of ways on how to get this. Here is eazyBI community post with a detailed description for a similar topic.
Daina /support@eazybi.com
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.