It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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
Happy Thursday everyone! This is usually a Tuesday thing but I've been crazy busy. I finally had a moment to breath and so here we are. Atlassian has several tools and features to help users ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.