This query to identify issues added t version 3.1 in the last one day
project = "1234" AND fixVersion changed to 3.1 during (-1d, now())
But i need issue removed from version 3.1 last one day
Thanks,
Advance.
Thanks for the response
project = "1234" AND fixVersion changed from 3.1 to 3.0 during (-1d, now())
i tried above query but I am not sure am I right.
But I need issues removed from particular 3.1 fixversion in last 24hrs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @siva , You can try this:
project = "1234" AND fixVersion changed FROM 3.1 AND fixVersion changed TO 3.0 during (-1d, now())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is perfect. I needed this exact thing, more or less, and this completely solved it. Thank you so much.
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.