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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With the laest version (3.1), you can use relative dates. Something like this:
fixVersion in versionsAfterDate(-1w)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.