Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Filter based off Sprint Insights

Nicholas Davidson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 28, 2023

I'm trying to create a filter to show all our Sprint Issues that are listed in insights as stuck. I see how to filter based off of a flagged status but not if a ticket has been stuck for a certain amount of time in a certain status. For instance in our Sprint Insights it shows that we have some tickets that are stuck due to most of our issues moving out of In-Progress within 2 das, is this able to be filtered?

1 answer

0 votes
Walter Buggenhout
Community Champion
November 29, 2023

Hi @Nicholas Davidson and welcome to the Community!

JQL (Jira Query Language) does allow you to do history searches on status. It will be important that you define up front what you consider to be stuck or out of the ordinary.

To build upon your example, suppose you want to find the issues that are in progress and are in that status for more than 2 days, you could use something like this:

Sprint in openSprints() AND Status = "In Progress"
AND Status CHANGED TO "In Progress" Before startOfDay(-2)

Hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events