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
I am trying to figure out how long a ticket has been in a certain status. I am sure it is something simple that I am missing..
Here is what I have so far:
project = XXXX ssuetype in standardIssueTypes() AND status in (Open, "In Progress", "On Hold", Intake, New, "HLE Estimate", "HLE Proposed", "HLE Approved", "DLE Estimate", "DLE Proposed", "DLE Approved", "DLE Reviewed", "HLE Reviewed") AND created >= 2021-01-01 AND created <= 2023-02-28 ORDER BY created DESC
Can anyone help me find the time in the current status?
Help with code and NOT the Market Place
Hi Lisa,
If you want to display the time in the current status in the search results I'm afraid that's not possible. The data exists but Jira does not show it as such. It is available in the control chart erpot for example.
Some plugins can also show it or you could use custom scripting but I understand you want none of those.
There are several articles and discussions about this including this one on the community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.