Hi,
I am trying to create a report to see all issues that have ever gone through the status of "escalated". So far I can only see issues that are currently escalated, so the report doesn't show me anything resolved but that once was escalated.
Is this possible?
Goal is to see how often this step is used by the end user.
Hi Dena,
There are a variety of ways to do this. One would be something like:
project = ABC and Status changed FROM escalated during (2019-07-01, 2019-07-31)
which would show issues that left the escalated status during July.
Or you could do:
Project = ABC and Status was in ("Escalated")
Thank you so much! This worked great. I forget that the search is a great tool and all that you can do with it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! This is also a great resource:
As is this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello. This does not work for my service desk even if I know for sure that a ticket has been escalated (but left the escalated status eventually).
Any idea what I'm missing?
The "Status changed FROM" syntax does not seem to be working. The closest I had was "Status changed to Escalated" and only filtered tickets that are still Escalated at the time of query. I cannot pull the history of status changes.
I'm on JIRA Service Desk Cloud, if that makes any difference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jillian,
It shouldn't matter that it's a JSD project. Can you share the query you have that is not working? And any error messages that you get or the reason it does not seem to be working?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the basic one that I've been testing:
"Status was Escalated" and it pulls tickets that were Escalated (and are still escalated) but only from a specific Service Desk (even if I haven't specified a project) which in this case was JSD's initial demo desk. But nothing from the rest of my service desks even if I know for sure that few tickets went to an Escalated status from these projects before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My initial thought was that something might be missing/wrong with my other workflows but nothing huge appears to be different from how the Demo workflow was setup, only naming conventions. Then I tested another query:
"Status = Escalated" and it is pulling all data accurately from all my services desks. Now it seems like only the "WAS" operator isn't functioning for the rest of my projects as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the exact syntax in the report I've been running:
project = "My Project" AND status changed from escalated
Edited to add a picture that FROM is valid.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dena Campasano thanks for sharing. I have tried the "Status changed from.." syntax as well, but same results that it only pulls from a specific Service desk (default JSD Demo Desk, which I've manipulated tickets for testing) but none from my other projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wondering if this is not part of the following bug:
https://jira.atlassian.com/browse/JRACLOUD-74652
Also, what happens if you put the actual project in there?
Project = ABC and Status was Escalated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nothing comes up still, unless it's JSD's default DEMO Project that I use.
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.
You probably want to go ahead and open support ticket with Atlassian:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, @John Funk ! This has been very helpful. I'll provide updates here as well in case anyone is experiencing the same issue and ends up looking up for answers in this thread.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi. I got confirmation that my issue is related to an existing bug. WAS and CHANGED are pulling unreliable results. It's affecting Next-Gen projects.
Thanks for all the help!
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.