简体   繁体   中英

More Advanced JQL for Swimlanes and Fixversions on Sprint Board

I get by with basic understanding of Jira and JQL for the most part, but I would like to streamline a process.

Everytime I add a new fixversion I also have to add a new swimlane to our sprint board. I was hoping I could eliminate this by using a more advanced JQL query.

Instead of:

fixversion = 3.0.0

Use something like:

fixversion = "Current Sprint" AND is OPEN

The results should be that I never need to add new swimlanes when I open new fixversions, and only show fixversions that are still opened. I should also be able to display multiple versions in a sprint if that condition exists as well.

Thank you for your assistance!

If you are using ScriptRunner you could use earliestUnreleasedVersionByReleaseDate() .

See: https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM