Not able to Release items from Kanban board

Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2022

Hi Guys,

Need one help, not able to Release items from Kanban board, all issue are in Closed status but Resolution is Unresolved . Kindly suggest how to release these items, some issue having fix version empty field but some having fix version whose status is "Unreleased" 

 

Release item.PNG

1 answer

1 accepted

1 vote
Answer accepted
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

Hi @Vikrant Yadav ,

first of all you need to check your workflows. There are two ways to have resolution set :

  • Add resolution field on close screen (if extists otherwise you need to create and associate to that transition) and make it mandatory
  • Make resolution automatically set in close transition through a post function (Update issue field)

In this way, all the future closed tickets will have resolution set.

For existing issues, you can create a self transition from closed to closed (as specified at two points above) and then through a JQL indentifies that tickets ( something like "status = CLosed and resolution is empty") and perform a bulk trasition.

This should resolve your issue.

Fabio 

Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

Hi @Fabio Racobaldo _Herzum_  Thanks for the response.

Is it due to Resoluton field?

i have tried to set Resolution for one issue,but still showing 42 issues in Red. Is it due to Empty Fix verison field ?

Thanks

V.Y

Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

Hi @Vikrant Yadav ,

Release depends also from Fix Version so, all closed issue should have a fix version associated :

Releasing via a Kanban board in a company-managed project

In a Kanban project, releasing a version via the board will release all issues in that version that are 'Done' (i.e. in the right-most column of the board).

  1. Go to the project that your version is in.

  2. Click Kanban board.

  3. Click the Release menu to view a list of your project’s unreleased versions. The list will only include versions that have been assigned to the issues in the ‘Done’ column on your board. If there are no versions assigned to these issues, you can choose to release the issues to a new version.

  4. Select the version you want to release. The release dialog will be displayed.

  5. Enter the details for the release, then click Release.

Issues will disappear from the board once all their fix versions have been released.

Like Vikrant Yadav likes this
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

Hi @Fabio Racobaldo _Herzum_  In these 42 issues, some having Fix Version field empty, do i need to Click on Release and add new Version ? 

And some issue having 20-30 Fix Versions, out of these fix versions 1 is unreleased version. Once this unreleased version get Released then only these get disappear from Kanban board, right ?

 

Thanks

V.Y

Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

@Vikrant Yadav , all the closed issues should have at least one fixVersion. For all issue without a fix version, you can associate an existing Version or create a new one and associate it to issue.

Once a version will be released, all the tickets containing it will be hidden from your board. 

Attention, if an issue has more than one fixVersions associated, it will be hidden from your board when ALL versions will be marked as released.

Ciao,

Fabio

Like Vikrant Yadav likes this
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

@Fabio Racobaldo _Herzum_  Thanks for clearing my doubts. Now it's clear to me. 
 

Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2022

you're welcome @Vikrant Yadav 

Suggest an answer

Log in or Sign up to answer