Hi,
Using Jira Agile, I have created a few versions (in the leftmost expandable/collapsible list) and dragged some stories onto them to assign the stories to the version. This seems to work, because the appropriate version label appears on each story when I do this.
However, whenever I want to view those stories either in the issue navigator or in the Jira Agile Version Report, none of the stories show up. The Version Report sees the versions I created (they are in the pull-down menu) but regardless of which version I select, there are never any results returned. ("This version does not contain any issues.")
It seems to be querying on fixVersion="[my version name]".
Is there another field I should be using in Issue Navigator to find the stories that are assigned to a version? I can't find any documentation that describes how this feature is supposed to behave.
Thanks,
P
I think I found the problem. The field configuration in use wasn't showing the FixVersion on the issue detail view. When I added it, this triggered a re-index. Suddenly, queries on FixVersion in the issue search started returning results.
That's strange since the version that's being used internally is the fixVersion... Which JQL are you using trying to get those issues ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christian,
For JQL, I've tried querying both on fixVersion="[my version name]" and affectedVersion="[my version name]". The search box autofills the available version names that I created in the planning view.
Neither return any results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't have any other JQL in use which could be limiting the search results?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This may help - here are links to a few screenshots:
Versions show up in JQL autofill. JQL has no other limiting statements. But no results are returned.
Version panel in Jira Agile view shows there are many issues assigned to them.
Any ideas?
Thanks for your help.
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.