how can i create a list of issues at the point of release so that this list stays static and can be reviewed at a later date.
sounds promising as well. I need to upgrade JIRA from 6.0 to try this out. Thats happening soon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If I understand correctly, you want to have a list of issues based on their status (and possible a fixVersion or some other criteria) at a certain date, and then want to have a look at the same issues later in time, regardless of the fact that the status of these issues may have changed in the mean time.
In that case, you can use the following:
status WAS Open on "YYYY/MM/DD"
Fill in the product release date and add any other criteria such as the fixVersion.
Regards,
Geert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
He Geert
You understand the requirement perfectly. it is likely however that these issues may be at various statuses (investigation , development etc) let me try it out.
Ryan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
query might be more like project = "project" AND issuetype in (Bug) AND status != Closed AND (fixVersion not in ("version 1.0")
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.