The workflow for our ticket for this question is:
Open to Acknowledged or Open to Waiting for Information or Waiting for Information to Acknowledged
I need to define tickets which have successfully moved from Open to Acknowledged or Waiting for Information to Acknowledged with 24 hours
Anyone have some idea how to do this?
Many Thanks,
Matt
Hi @Matt Melvin
If I understand your use case correctly, you can get part of that answer with the CHANGED operator, but not the within 24 hours part: https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-CHANGEDCHANGED
The reason is that JQL is not a SQL and so you cannot perform comparisons between two different fields with out-of-the-box features.
There are marketplace addons to enhance JQL that may allow this. Other work-arounds would be to use the REST API to pull the changelogs for reporting in an external tool, or to use automation to record the date/time of the transitions and perform the math in a rule for reporting.
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.
Hi @Matt Melvin
I am afraid you cannot get this result using JQL with out-of-the-box features. There are other similar questions in the community:
These are referencing Time in Status for Jira.
I hope it helps,
Cheers,
Alex
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.
Hello @Matt Melvin
As an alternative, you can try a third-party add-on Time in Status for Jira Cloud developed by my SaaSJet team. It generates7 types of status time reports.
A Status Entrance Date report could be helpful in your case. It shows the date an issue has entered each of the statuses. Just choose a necessary period and get all data.
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.
Hi @Matt Melvin
If you're on Cloud, check out the Issue History for Jira app from my team. It might be helpful in case you'd like to track a history of status changes for some date range.
Here you can:
Let me know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Matt Melvin ,
If you are OK with using a marketplace app, our team at OBSS built Timepiece - Time in Status for Jirafor this exact need. It is available for Jira Server, Cloud, and Data Center.
Time in Status mainly allows you to see how much time each issue spent on each status and on each assignee.
You can also filter issues based on status durations:
The app has Consolidated Columns feature. This feature allows you to combine the duration for multiple statuses into a single column and exclude unwanted ones. It is the most flexible way to get any measurement you might want. Measurements like Issue Age, Cycle Time, Lead Time, Resolution Time etc. You can define filters on these columns as well.
For all numeric report types, you can calculate averages and sums of those durations grouped by the issue fields you select. For example total in-progress time per customer (organization) or average resolution time per week, month, issuetype, request type, etc. The ability to group by parts of dates (year, month, week, day, hour) is particularly useful here since it allows you to compare different time periods or see the trend.
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. It supports both Company Managed and Team Managed projects.
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.
Using Time in Status you can:
Timepiece - Time in Status for Jira
EmreT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matt Melvin
If you fine with a marketplace app, you can try out our add-on to get this data
Disclaimer: I work for RVS, the vendor for this app, and I am one of the developers of the app.
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.