How can I run a search to see all the jobs released between two sets of versions?
Example: would like to see all jobs released between 11.24.239.1 and 11.24.268.3
Hi, @Gillian Michaud, welcome to the Atlassian Community!
You can search for ranges of versions using the JQL Search Extensions plugin:
https://appfire.atlassian.net/wiki/spaces/JQLSEARCH/pages/604209551/Search+issues+by+version
Best,
Camilo GalleguillosSr. Technical ConsultantServiceRocket |
welcome to the community!
This is a tricky one! Your version range can be defined using regular expressions (although it's admittedly somewhat tricky), so you should be able to perform you filtering operation in any tool that supports regular expressions on version fields. To the best of my knowledge, Jira itself doesn't, but if you're open to solutions from the Atlassen Marketplace, you'll find a couple of options.
E.g., your use case would be relatively easy to solve using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting - as well as the ability to filter issues via regular expressions.
For your use case, this would look like e.g. this:
The regex that I'm using is
11\.24\.(239\.[1-9])|(2[4-5][0-9]\.[0-9])|(26[0-7]\.[0-9])|(268\.[0-3])
Not exactly pretty, but works. This page gives a good overview for defining number ranges in regular expressions.
Once you've identified your issues, you can work on them directly in JXL (e.g., bulk edit them via copy/paste), or trigger various operations in Jira.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.