Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get stories which are assigned to more than two fixVersions.

Muhammad Ahmed
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 22, 2020

How to get stories which are assigned to more than two fixVersions.

2 answers

1 accepted

0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 23, 2020

Hi @Muhammad Ahmed 

There are several ways to do this, depending on what tools you have:

  • With just JQL, please try the following...provided the versions are unreleased
project = myProject
AND fixVersion <= earliestUnreleasedVersion()
AND fixVersion > earliestUnreleasedVersion() 

Best regards,

Bill

0 votes
Ziad Bakhiet
Contributor
October 23, 2020

Hello Muhammed,

The result can easily be found using JQL Search Extensions

The following function can find issues with a number of versions equal to 2.

issue in fixVersionsCountGreaterThan(2)

The full documentation can be found here.

Regards,

Ziad

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 23, 2020

Hi @Ziad Bakhiet 

Do you work for the vendor supplying the product you recommended?  If so, please consider reviewing the community guidelines for marketplace and solution providers:

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Atlassian-Community-online-guidelines-for-Marketplace-and/ba-p/689723

Thanks,

Bill

Like Ziad Bakhiet likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.11
TAGS
AUG Leaders

Atlassian Community Events