Dashboard: can I display a list of the versions releases in the past week?

Silvia Bonati July 17, 2012

Hi,

is there a way to show a list of the versions released in the past week in the Dashboard?

Ideally without creating your own gadget

Thanks in advance

1 answer

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.
July 17, 2012

I am not sure about displaying versions but if you are looking to display issues in versions released after last week, you can use versionsAfterDate(date) method in JQL Tricks plugin.

Silvia Bonati July 17, 2012

It's not exactly what I wanted but it can work :) Thank you

Does versionsAfterDate(date) always need a fixed date as parameter or can this be setup to be relative to e.g. now?This would avoid me to amend the filter e.g. every week to change the date

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.
July 17, 2012

With the laest version (3.1), you can use relative dates. Something like this:

fixVersion in versionsAfterDate(-1w)

Silvia Bonati July 17, 2012

3.1 version of..?

Suggest an answer

Log in or Sign up to answer