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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.