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.
Hi @Siva Raju
What do you mean by aging exactly?
Aging I meant was, Lets say I logged couple of issues, one at 1st Jan 2021 and other at 1st Feb 2021 and I would like to do a filter today (16th Feb 2021), which should list these two defects, along with the duration (Current date minus the date on which the issue is created)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This feature is not built natively in Jira.
But we can achieve this via automation.
Create a number custom field and have the smart values work for you!
Using this:
For days
{{now.diff(issue.created).days}}
For weeks{{now.diff(issue.created).weeks}}
References here!
{{[date1].diff([date2]).[unit]}}
{{now.jiraDate}}
Note: If you are using the Server version, use Automation for Jira
If you are using the Cloud version, you will have Automation for Jira by default!
Please let me know if you have doubts.
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i would not suggest using automation to create an "age" of every issue. This will be an unnecessary performance hog IMO. Now if you just want to set it up as manual and run it on an issue by issue basis that would be fine but I don't see that very useful.
Contemplate what you really need here and let's see if there is a different way to achieve it. Do you really need to see 'how many days old and issue is'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey can you help me get age of each issue in a particular status without using any plugins?
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.
Hi Team,
Can we calculate age of ticket without using any plugin.
via automation can we calculate age of ticket in Days,Hours,Minutes format?
Regards,
Prajakta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Siva Raju
You can try Time in Status for Jira Cloud.
Time in Status reports shows detailed info about statuses. In the "Total" column you can find the age of a particular issue. Besides this info, you can see the date when an issue has entered each of the statuses for the first time in the Status Entrance Date report.
So you can identify the age of the issue - from creating to solving.
Moreover, you can view data both in Gadget for the Jira dashboard and in Charts.
I hope, this is what you need.
Best regards, Mariana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Siva Raju ,
As an alternative you can try Status Time app developed by our team. It provides reports on how much time passed in each status as well as status entry dates and status transition count.
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(eg. average in progress time per project).
Here is the online demo link, you can see it in action and try.
If you are looking for a free solution, you can try the limited version Status Time Free. 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 @Siva Raju ,
Jira does not give this data out of the box. You either need to calculate this yourself (via custom development) or use a marketplace app for it.
For an automated solution that offers great flexibility and details, our team at OBSS built Time in Status app for this exact need. 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 or assigned to each assignee. You can also combine statuses into consolidated columns to see metrics like Ticket Age, Cycle Time or Lead Time.
You can calculate averages and sums of those durations grouped by issue fields you select. (For example see the total InProgress time per Epic, or average Resolution Time per issuetype).
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.
Using Time in Status you can:
https://marketplace.atlassian.com/1211756
EmreT
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.