Forums

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

Is there a way to query JIRA to get all versions that are due to be released on a certain date?

Anthony Galati
Contributor
October 16, 2011

I am doing research for our Release team. Is there a way to see all versions that are due to be released on a particular date? This is across multiple projects.

So if I have PROJECTA, PROJECTB, and PROJECTC

PROJECTA has version 1.3 that is to be released on 12/01/11

PROJECTA has version 1.3 that is to be released on 11/11/11

PROEJCTC has version 5.0 that is to be released on 12/01/11

I want to run a query that gives me all projects, with the version, that is due to be released on 12/01/11

3 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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 16, 2011

JQL Tricks Plugin has a method (releasedOn(date)) that helps you to get this list : https://studio.plugins.atlassian.com/wiki/display/JQLT/Versions+Functions

Anthony Galati
Contributor
October 17, 2011

I appreciate it, I was looking to do it just from JQL or searching.

Jobin Kuruvilla [Adaptavist]
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 17, 2011

It is JQL, btw :) Looks like you already nailed it with something else.

0 votes
Ian D
Contributor
February 9, 2012

Hi, i faced this too and found the way necessarry to include the date in the fixVersion (release) name in Jira, e.g, based on the example you provide:

"PROJECTA 1.3 (12/01/11)"

"PROJECTA 1.3 (11/11/11)"

"PROJECTC 5.0 (12/01/11)"

This way you see everything you need to know at a glance and no ambiguities :)

This is probably only relevant for large enterprise/multi-project instances of jira. It also helps reduce risk of jira-users accidentally assigning issues to an incorrect version (e.g. that "1.3" version in your example), and more easily spotting wrong release assignments if it does happen.

0 votes
Deepak Bhatia October 16, 2011

Try using advanced searching using JQL...

Anthony Galati
Contributor
October 17, 2011

I haven tried but haven't found a viable solution

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events