Create a new screen from your current transition screen, naming it '<something>_edit' and add the field 'Resolution'. And use this for 'Edit' function. This will allow changing the resolution value
Steps:
- Navigate to JIRA > Administration > Issues
- Navigate to Screens
- Select screen used by target workflow and perform copy
- Add field 'Resolution'
- Navigate to 'Issue type screen schemes'
- Look for the one configured for your project and select the scheme
- Look for the issue type you are using for your action items
- Select the scheme associated
- Click button "Associate an issue operation with a screen"
- For option 'Issue Operation', select 'Edit issue'
- For option 'Screen', select the newly created edit screen
For future changes, there are a few options to allow manually set the value on transition.
- Add the field 'Resolution' to the 'close' transition screen. However, be careful not to add this field to any other screens that is not resolving the issue because the issue will be marked 'Resolved' if the field has a value.
- Using a post-condition on transition to close to set the resolution field based on values of other fields (either one or matrix of many).
(The first option is simpler to administer, in my opinion)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.