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.
Following advice of some other answers in this forum - like this one - I tried writing a JQL query that would return all issues that have their status changed from TO DO to IN PROGRESS within the last 2 days, like so:
status changed FROM "To Do" TO "In Progress" AFTER "-2d"
However, I get no results, even though I am certain there are issues that would meet the query. What am I doing wrong?
This JQL works for me.
Do you want only to show a list of issues or return to some status?
Hi. I just need the list of issues. And the fact that it works for you is both reassuring and confusing... :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, so I found out that the reason the query doesn't work for me is because I'm using a next-gen project. Very annoying...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you don't find another solution, you can try the Dynamic Filter app (developed by my team). It allows creating advanced filters for next-gen and classic projects. To filter the issue list by your request, do such steps:
1. Add Smart Field
2. Create a Dynamic filter by adding before created Smart Fields. And save it (optionally, you can save it for Jira filters).
Hope, you will find the best solution for yourself.
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.