I have been looking in JIRA on how to best create a search query that shows me the tickets that have been moved from one fixed version to another fixed version - in a given timeframe. So far I have been using queries that search for the fixed version number and affected version but I'm not absoultely certain I have captured all moves. If anyone can tell me of a more efficient query for the purpose I outline here then I would appreciate hearing it. Thanks!
Try something like this:
fixVersion changed FROM "ABC" to "XYZ" DURING ("2012/01/31","2012/05/01") by jobin
DURING, BY etc are optional.
Thank you for your reply Jobin. I tried your expression, substituting my own variables but FROM, DURING to not come back as valid operators.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you on JIRA onDemand or a downloaded version of JIRA?
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.
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.