I attempted to edit a swimlane so that JQL is "fixVersion ~ M1" but it does not work if my fixVersion= M1 2024.
It will work if I use equal syntax instead of contains but I wanted to create a scalable swimlane that will still work in the future. The reason is in 2025 we will have a fixVersion= M1 2025 and I would like for it to live within the Release M-1 swimlane.
** The answer was
fixVersion ~ "*keyword*"
@Anthony Reed Welcome! You might want tp take a look at this thread: https://community.atlassian.com/t5/Jira-questions/How-do-I-filter-for-parts-of-the-FixVersion-s-field/qaq-p/1192565
Nicolas
Thank you, after reviewing the answer to my question was
fixVersion ~ "*keyword*"
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.