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.
I want to find out any JIRA issues that the status has not being changed for more than a week. I tried below but it crashed my Kanban board with timeout issue
status="In Progress" AND not status changed after -1w
project=XXX AND not updated >= -7d and status not in(Accepted,Discarded,Deleted,Deployed)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updated does not mean that status hasn't changed. That's not what's being asked. I can add a comment and the issue has been updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try this JQL:
status="In Progress" and NOT status changed BEFORE 1w
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using Jira v6.3.12 but this JQL doesn't work. If I use this query in my Kanban board, it even timeout the whole board.
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.