Hello. I'm looking for a jql query that'll return Requirements issue types that have been in status "Submitted" or "Section Review" for more than 10 days. I see Total Time in Status is available for me to use, but when I run the below query no results are returned. Could someone provide a query that could accomplish this or details a to why it might not be working?
project = CSDTH AND issuetype = Requirements AND status in (Submitted, "Section Review") AND "Total Time in Status" ~ ">10d"
Hi @Adrian Avalos 👋
There is no such 'time in status' function in JQL, but you can do it with Time in Status.
For this simply:
The Total column on the grid summarizes all time in statuses in which issues were during a particular period.
Feel free to reach out to me for any questions or assistance. I'm always happy to help.
Add-on have 30-day free trial, free up to the 10 users and developed by my team. You can also book a live demo - we'll show you the application inside out and answer all your questions.
I hope you find this helpful 🚀
as you can see from the previous responses, there's a range of Marketplace apps that operate in this space. You may already know that you can trial any app for free for 1 months, so perhaps try a few and see which one fits best for you and your team.
To provide another concrete recommendation, I think you'd like the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of so-called history columns that aren’t natively available, including time in [status(es)], time between [status(es)] and [status(es)], and many, many more.
This is how it looks in action:
As you can see above, you can easily sort and filter by your history columns, and also use them across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As suggested by everyone, a third party app can help you extract time in status for your issues.
If you would be interested in the same, do take a look at
With our app, you can effortlessly track and visualize how much time your tasks spend in each status.
The report in the screen grab below can help you extract issues where time in a particular status is greater than a particular value, which I believe will meet your requirement.
The app has numerous other reports which will help you gain invaluable insights into bottlenecks, efficiency, and team performance.
Hope this helps.
The app is free for 10 users. Do try it out.
Disclaimer : I work for RVS, the vendor for this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Adrian Avalos ,
As the fellow Atlassian marketplace partners have said, I am also here to propose my teams app, which by the way will be the perfect solution for your needs. However, before I go into the features of our app, I would like to suggest a JQL query that might solve your problem.
This JQL query will return the list of requirements in the CSDTH project that are either in the Submitted or Section Review status for more than 10 days. Can you please try it and let me know if it solves your problem?
project = CSDTH AND issuetype = Requirements AND status in ("Submitted", "Section Review") and not status changed after -10d
Unfortunately, it is not always possible to get the results you want from Jira with the native JQL functionality. Most of the data you need, especially when it comes to time-in-status functionality, is best obtained by digging through issue histories. So for this purpose I can recommend Timepiece (formerly Time in Status) app, the oldest and leading Time in Status app in Atlassian Marketplace, which is built by my team at OBSS. It is available for both Jira Cloud, and Data Center.
Our 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.
Timepiece 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 (formerly Time in Status) to explore and 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.
To get time in status reports, I can recommend Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status.
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 Time in Status for Each Issue report.
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.
If you have any questions, feel free to schedule a demo with us.
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 @Adrian Avalos
Do you have a third party "time in status" app added to your Jira instance? Or have your administrators added their own "Total Time in Status" custom field?
If you are using a third party app, do you know which one it is? There is more than one available. Knowing which one you are actually using will help us help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To add a little to what @Trudy Claspill has already said....
I.e., there is no such 'time in status' function in JQL nor any other related/clever way (that I can think of) that you would be able to do this with JQL "out-of-the-box."
However, I'm pretty sure you can create a scripted field for this with Scriptrunner and there are a number of Atlassian Marketplace add-ons that can produce a report like this (as Trudy alludes).
-dave
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.