Hello,
Today we are using a swimlane named "Sprint" and the query to sort cards in this swim lane is "fixVersion = Sprint-2".
Is there a possibility to have a kind of generic query for further sprint and don't have to change that query before each sprint ?
Hello @Cheese And Chill
Why are you using "sprint names" in the fixVersion field, it's not a good practice. For dynamic results you can use
fixVersion in earliestUnreleasedVersionByReleaseDate()
or
fixVersion in unreleasedVersions()
Hi @Cheese And Chill ,
You can replace with below query. It will be generic (if you are using next unreleased version as fix version)
fixVersion = earliestUnreleasedVersion()
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.