On Moving the issue to Done or Achieved, add a transition screen with "Resolution" system field in the screen.
Once you select the resolution field, it gets set in the issue and it is transitioned to the desired status.
Resolution Field can't be made optional. DO NOT put the field on any screen except the one presented in the transition where it is to be set. Resolution is a special field in JIRA. It has an initial value of ‘Unresolved’, which means the field is NULL in the database. It is ALWAYS required when it appears on the screen. ONLY display it on the screen during a transition to the status where you want it set. Once it is set the issue ID will appear with as strikethrough. If you reopen an issue the transition from closed to reopen needs to have a post function to CLEAR the resolution field to set it back to Unresolved.
The way to allow updates is to create a transition going back to the same status with the resolution field on the transition screen.
Limiting resolution options
Use the jira.field.resolution.include workflow property
for exampl jira.field.resolution.include =1,2,3 where 1,2,3 are the resolution ids
https://confluence.atlassian.com/adminjiraserver071/workflow-properties-802592825.html
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.