Need a query all new stories added to a release in the past 24 hours
Something like this maybe
fixVersion changed to 3.37 after startOfDay(-1d)
Replace 3.37 with your version and adjust the time factor to suit.
Hi Jack thanks for the reply
This query shows only changed fixversion but i want both all newly created fixversion and changed fixversion in past 24 hrs.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. Your initial post seemed to imply a specific release. So you could check if the fix version was empty and no longer is...
fixVersion was empty BEFORE startOfDay(-1d) and fixversion is not EMPTY Or (fixVersion changed
or if you simply want to see where the FV changed...
fixVersion changed after startOfDay(-1d)
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.