There are many ways to accomplish this, the best option I can think of is "CHANGED"
https://confluence.atlassian.com/jira/advanced-searching-179442050.html#AdvancedSearching-CHANGED
There is an issue in Atlassian Answers, it doesn't let me add a descrption
I want to make this more effective
project = "Feature Requests" AND component = "Ads Workflow" AND (status changed FROM "New" TO "Accepted" after -60d) OR (status changed FROM "Postponed" TO "Accepted" after -60d) and type != Epic ORDER BY created
I am already useing changed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With the declaration above, I get 19 issues
With this one I get 5
(status changed TO "Accepted" after -60d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try adding Project="Feature Requests" again after the OR.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Trying the two JQL queries (those separated by the OR) independently usually helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reading the link on your question about votes, read the sympthom 2.
It seems that your workflow is not properly set, and is causing weird behaviour on JQL queries too.
In this case, I would try to build a new workflow from scratch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
status changed TO "Accepted" after -60d worked for me. When I took a closer look into the results, I noticed that I was seeing the right information, Thanks everyone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to have helped!
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.