You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We're trying to search issues that remains in the same status for more than 3d and less than 4d to execute an automation for reminder the responsible to call the customer, can u help us with this advanced search?
Thank you very much!!
Have a great day.
Would you please clarify what problem you are trying to solve? That may help the community to provide ideas.
For example, are you asking:
I do not believe the first one is possible with out of the box Jira JQL. For the second one, you could test for your 4 day threshold and then perhaps add other criteria to indicate contact to the customer. To start that, please try:
project = myProjectName AND NOT status CHANGED AFTER -4d
Kind regards,
Bill
Hello @Larissa Akemi ,
Our team at OBSS built Time in Status app for this. It is available for Jira Server, Cloud, and Data Center.
Time in Status allows you to see how much time each issue spent on each status and each assignee.
You can define filters based on those times to see issues that spent more than or less than a given time on a status.
You can combine status times into Consolidated Columns to get metrics like Cycle Time, Lead Time, Resolution Time, etc.
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.
And the app has a REST API so you can get the reports from Jira UI or via REST.
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.
Using Time in Status you can:
https://marketplace.atlassian.com/apps/1211756/
EmreT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a good solution for your request - Status Time Reports app developed by our team. It can display the time spent on specific statuses.
It provides reports on how much time passed in each status. It has grouping feature so that by grouping statuses(In Progress → In Review → Done) you can get total time. You can also export the report as CSV, open it in Excel and filter the ones staying on the same status for more than 3 days and less than 4 days.
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. It has various other reports like assignee time, status entry dates, average/sum reports by any field(e.g. average in progress time by project, average cycle time by issue creation month). And all these are available as gadgets on the dashboard too.
Here is the online demo link, you can see it in action and try without installing the app. 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.