You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Dear Community,
I would like to find all issues in Jira which have changed status from "New" to "To Do" in the last 4 weeks. Unfortunately, the filter gives me all issues which have changes status from new to "to do" then "In Progress" and "done".
Here's my code
project = "XYZ" AND status changed from NEW to "TO DO" AFTER -4w AND component = "XYZ"
Please advise how to limit issues just to receive one status changed from new - to do only?
Hi @Magdalena Migas , I'm not sure I understand your goal. Your JQL looks correct from what I was thinking your goal was so obviously I don't understand. You mention getting issues returned that are currently in states other than "To Do" so maybe you want to only show issues in "To Do"?
project = "XYZ" AND status = "TO DO" AND status changed from NEW to "TO DO" AFTER -4w AND component = "XYZ"
if not, please help be better understand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try seeing this result using the control chart?
you would get the time each issue spent in the column, and indirectly obtain the number of issues.!
Though, I understand your question is to create a JQL. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just want to limit results issues just for one transition of status changed from new to "to do:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, I get your need.!
lets wait for any other answers here.! :)
I just gave you a Workaround, not exactly what you needed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.