I have several bugs that have the following values set
affected version = V14
Fix Version = 18
When I click on the Releases section and select V14 it shows me 0 Issues in version.
Why is this not showing?
My understanding is that I want to be able to click on a release and see what issues affect that release (i.e. how many bugs are there in my 'live' build).
Hi Matthew,
You can use the Issue Navigator to create a query that looks at the Affect Version value for your issues. This query can then be use to drive Dashboard gadgets.
Thanks for the reply.
This doesn't seem very logical to me. The label of 'Issues in this version' to me should indicate how many bugs are active in this version. If they have been fixed or not is irrelivant. Maybe the label should read 'Issues being fixed in this version'.
So, for a particular release, how to I determine which bugs affect that release?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Releases will only inculde issues which are linked to the Release with the Fix Version field. the Affected version field just shows that the bug can be reproduced in this version. It does not mean that the bug is fixed in this version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Matthew Lane That is how it is done. You can determine which tickets affect the release by a JQL query like this:
affectedVersion = 18
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.