My FIX versions (multiple range upto 20-30 or more) have multiple values. But Some part of the FIX Version is Static and Unique. Do we have a query to pull list of stories assigned to FIX Version (that has part of this static or unique value) - e.g.
Say I have 2 FIX versions -
ABC2017-15JAN-CYCLE-101-ALL
ABC2017-20JAN-CYCLE-105-ALL
Now can we run a query to pull all the stories aligned to these FIX Versions by matching part of its values like 'ABC2017' & JAN-CYCLE- ?
Please advice, else the dashboard cannot pull all the stories and we will end up updating the query multiple time - each time a new cycle is raised.
Thanks,
Manish Gupta
Hi Manish,
You can have a look at the supported operators for fix version, which shows that the CONTAINS (~) operator is unsupported:
So I think what you want isn't possible in standard JQL, without creating your own custom JQL function or using an add-on.
One question: do you mark your fix versions as "released" when a a cycle is complete? If you do, maybe you could use:
fixVersion in unreleasedVersions()
This might make your dashboard show only those in the open cycle, without the need for query update.
Sam
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.