When I click Release, I receive a message that "14 unresolved issues" remain. All the listed stories are Closed. How do I find the 14 issues?
Thanks much.
The term "issue" in Jira refers to any type of work element - not just Stories, but also Subtasks (and Epics too).
There are a few different possibilities here. Can you answer a few questions to help?
Your answers to these questions will help us get further.
Thank you for offering to help, Mykenna.
I am trying to close the Release, not the sprint. The Release, as we use it, crosses multiple sprints and different teams.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jack's response suggests something good to check next. It's a bit tricky, so I'll walk you through it.
Go to the project that has defined the Release, and click on "Releases" in the left navbar.
On the list of Releases, find the left column marked "Version" (a synonym in Jira for "Release" [sigh] ) and click on the hyperlink for the Release of interest.
On the page that comes up, click on "View in Issue Navigator" on the left, above the list of issues.
At the top will be a long field. The contents of that field will be something like:
project = 12345 AND fixVersion = 23456 ORDER BY priority DESC, key ASC
Edit it to be this instead (leave the fixVersion value as it was):
fixVersion = 23456 order by resolution desc
This should list all the issues (Stories and every other issue) related to the release.
Now click on "Columns" near the top-right of the results list. Use that "Columns" dialog to enable these columns:
The results should update themselves when you click "Done" for the new column choices.
Of most interest will be any issues that show "Unresolved" in the "Resolution" column.
Let us know what you find.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mykenna,
Your instructions are exactly what I needed. I've been struggling with this periodically (when I have time to address it) on and off for months.
Thank you so much and Happy Holidays!
Lore
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are all issues in right most column? if you look at the sprint report it will show those not completed. any issues deemed incomplete will go to next sprint or backlog.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the OP is about marking a Release as completed -- not closing a Sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes sorry. this would be a Kanban board then.
@Lore Eargle, can you verify that all of the issues have the Resolution field set when moved to Closed? Could you post an image of the board where you are releasing or did you already perform the release. If so then go to the Releases page and find the recent release and select it then click on View in issue navigator and check to see if the Resolution is set for all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jack,
Since I posted my question, I created a search that found 4 issues tagged with the 3.4 Fix/Version that had "Unresolved" in the Resolved field:
cf[11500] = "team name" AND fixVersion = "n.n" AND resolution is EMPTY
The Resolved field is not one that I can edit. As a workaround, I did the following for each issue:
Doing this reduced the "remaining issues" from 14 to 10. Note, however, that the number of "Issues in version" did not change from 33 to 37 so the issues that were blocking the Release process, did not and do not now appear as part of 3.4.
Now I need to figure out how to find the remaining 10 issues with a Fix/Version that is 3.4.
I welcome any suggestions you have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take the "team name" portion of your query out. That should show you the others.
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.
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.