For some reason our project has epics and user stories in one project and tasks in another. When we have a release planned I set up a release in both projects. And when I search in jira it finds all the issues associated with that fix version across both projects. But when I run the version report it only shows tasks. Is there a reason for that?
Hi @Fred W
From what you have described, there are two projects and two different versions: one set up in each project. When you run the version report from within the context of one project, it is only going to show issues for that specific version in that project.
A work-around would be to create your own report using a filter:
project IN (myProjectA, myProjectB) AND version = myVersion
Where myVersion is the common named version used in each project. I just tried this with test projects and it correctly returned the items from both projects.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.