I use a fix version field to track releases.
I'm looking to create a filter which can show me any JIRA ticket added to the release in the last 48 hours? Is there a way
Hello @Darryl Beckett
You have to use the "change" keyword for this purpose, if your release name is "July- Billing" then you will use the following JQL
fixVersion changed AFTER -48h and fixVersion = "July - Billing"
Hi, how about this?
"Update last 28h and fix version = NEED FIX Version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Yevhen Rohovets
Using the "update" here might not give correct results because it means any "field" which is updated and not necessarily fixVersion.
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.