Structure board search options for FixVersion field

Padmagandhini Shridhar August 17, 2020

Is there anyway to check if a fixversion field has multiple values in JSQL to use in structure board

2 answers

1 vote
David Niro
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 17, 2020

Hello @Padmagandhini Shridhar !  David From ALM Works here.

Would you mind trying the query below as an insert generator for your structure?

fixVersion <= earliestUnreleasedVersion() AND fixVersion > earliestUnreleasedVersion()

For me, it returns any issues that have more than one Fix Version associated.

If this does not work, we would love to hear more about your use case and work with you on a solution.  You can reach us via email, support@almworks.com, or by clicking the Post Support Request link from the info icon at the bottom right hand corner of your structure.

We look forward to hearing from you!

Best,
David Niro

0 votes
Veronique DUFOUR August 17, 2020

Hi @Padmagandhini Shridhar 

Here is how to write the JQL:

fixVersion in (VersionNameX, VersionNameY) 

Suggest an answer

Log in or Sign up to answer