I understand latestReleasedVersions is based upon the ordering of the version and this might not be the correct field to filter on.... I archive older versions per product, once the new version is released.
We have one project 'XXX' for many products, which have many releases.
I need to get tickets in the latest released version, per product.
project = "XXX" AND "Product List" in (PRODUCT1, PRODUCT2) AND fixVersion in releasedVersions() AND fixVersion ~ latestReleasedVersion()
Instead of having the Project Name as the parameter for latest released version, I want the PRODUCT1, or the start of the Release Name, as some released are for multiple products.
NOTE: Please don't comment on how this was implemented, with many products in one project, as we was required to do it this way.
Community moderators have prevented the ability to post new answers.