Hi,
I'm trying to search for a list of issues that are associated between 2 fix versions.
There are couple of fix versions in between.
My query has the following fixVersion >= fixVersionA and fixVersion < fixVersionB.
In the search results I'm getting items that are associated with fix versions that are prior to fixVersionA.
I did find somewhere that it relies on the sequence of the fix versions in the project, which I've made sure it has the right sequence and I'm still getting items that are associated with a fix version that is prior to fixVersionA.
Hi Guy,
Yes, you are right, according to the documentation:
The comparison operators (e.g. ">") use the version order that has been set up by your project administrator, not a numeric or alphabetic order
Hence, you will need to review the versions order in the project configuration. Please find the below article on how to do that:
Best Regards,
Muaamar Amer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.