Forums

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

Search Version Range

Gillian Michaud
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!
September 25, 2024

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

2 answers

1 vote
Camilo Galleguillos
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.
September 25, 2024

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,

cgr-sr-badge

Camilo Galleguillos

Sr. Technical Consultant

ServiceRocket
camilo.galleguillos@servicerocket.com
Santiago, Chile

 

0 votes
Hannes Obweger - JXL for Jira
Atlassian Partner
September 28, 2024

Hi @Gillian Michaud

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 hierarchiesissue 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:

regex-version-range.gif

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events