Hey
I have been searching for a way to display all upcomming releases (versions), from multible projects within JIRA.
Does anyone have a idea on how to display this (if its possible, at all).
Currently we are going trough every project and looking at the version tab, but this requires alot of time. It would be great to just have all this information displayed together.
You can use the Road Map gadget to display upcomming versions for all or selected projects.
Henning
Thanks. Think this is what we are seeking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could search for all issues with not yet released fix version:
fixVersion in unreleasedVersions()
OR
fixVersion in unreleasedVersions() AND project = NAME
And then Configure Colums --> Add "Fix version" field. Export the list and you have a list of all due versions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's giving me all the issues, with their fixversion.
Im looking for a way to get a list of only unreleased versions and their expected release date.
From the query i can extract it to excel and do some excel fiddeling, get the version list. But im still missing the release dates.
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.