In the question Query JIRA versions using wildcards with JQL
The answer is to use something like project=MYPROJ and fixversion in versionMatch("DEVX*")
using the asterix at DEVX*.
In my case I have: getting all the issues from CBS-6840 up to CBS-6849 project = CBS AND key in ("CBS-684")* Similar to the question above what would a need to add instead of versionMatch