Hello everyone,
I would like to know which filter is better to use to see all tickets under the project that were assigned more than 3 days without counting the weekends and also public holidays
I created this filter but I am missing only holidays there
project = X AND status not in (DONE, Resolved, "Won't Do", "Not Required", Epic, Epics, Closed) AND ((updated < -3d AND updated > startofWeek(-1d)) OR (updated < -5d and updated < startofweek(-1d))) ORDER BY updated DESC, reporter ASC
Thank you!
If you prefer using 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. Once you enter your working calendar into the app, it takes your working schedule into account too. That is, "In Progress" time of an issue opened on Friday at 5 PM and closed on Monday at 9 AM, will be a few hours rather than 3 days.
Here is the online demo link, you can see it in action and try without installing the app. For further details, you can have a look at 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.
Hi @Karyna Grygorova ,
You can get such a report using the Time in Status for Jira app developed by my team.
The algorithm is quite simple.
First, you must set up your work calendar - add days off, breaks, holidays, etc.
In the generated report, select the required project. To generate a report, select the Created by a specific date range filter—select a date three days before the current one. You can also specify the time period you need.
In the report, select the Business Days data format. This will prevent the calculation from considering non-business hours.
Here's a 30-day free trial. Remember that you can always contact us at Support to get answers to all your questions.
I hope this is useful for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update on May 9th, 2024: Time in Status by OBSS was recently rebranded as Timepiece. It is still the same capable app with the same dedicated team behind it. The answer below mentions the app as "Time in Status" but you can find the app in the marketplace as "Timepiece (formerly Time in Status)".
Hello @Karyna Grygorova ,
Unfortunately, there is no way you can do this with standard JQL. In order to get the results that you desired you have to use a marketplace app. I believe Time in Status 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.
Status Duration report (please see the screenshot above) which shows how much time each issue spent on each status. You can combine the time for multiple statuses to get metrics like Issue Age, Cycle Time, Lead Time, Resolution Time etc.
The application also offers custom calendar support. Calendars can be configured based on your working 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. In your case, you can set up two different calendars for each of your shifts. By selecting the appropriate calendar, you can retrieve all the reports you need from the application and easily analyze performance between shifts.
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 Time in Status to explore how our JIRA add-on can revolutionize your metrics measurement process. Enjoy a 30-day free trial to experience the full range of features.
If you wish, you can also schedule a live demo. We will provide a comprehensive overview of the application and address any inquiries you may have.
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.
This does not look possible with plain JQL. If you are open to try out a mktplace app to get this data, you can take a look at
The app allows to create your working calendar and you can filter issues which have been sitting in a particular status for more than n number of days.
The app has 20+ reports to track your bottleneck Issues & Processes.
Disclaimer : I work for the vendor who built this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is not possible with the out-of-the-box features of JQL.
Although it may be possible to adjust the JQL to exclude weekends, there is no way to manage any included holidays within the range. There may be marketplace addons which add features to JQL that handle your scenario.
Kind regards,
Bill
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.