Hi Community,
I have set a post function as below on the resolved status. when I choose the resolution as working is designed, or user error or agreed hold, duplicate and submit. By default it will displyed fixed in the resolution field. I want the resolution field will appear for the resolution that I set for that ticket. How I can do that?
Hi @Maeneth ,
Rsolution field is a single option field. Post Functions, such as configured, will set always your resolution to the last pf configured (Fixed). If you want that resolution field will be choose by user at transition screen level you need to delete all pf (from 1 to 6 from your workflow).
Moreover, my suggestion is to set Resolution as mandatory field through a validator and, if necessary, you can define what resolutions are valid through a workflow property (https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/)
If you don’t want a particular resolution to be available on an issue while it’s on a particular status, you can use the jira.field.resolution property to restrict it.
Use case |
Key |
Value |
---|---|---|
Enable a particular resolution on a transition For example, if you want to enable the “Duplicate” resolution on a transition. |
jira.field.resolution.include |
(resolution IDs separated by comma) |
Disable a particular resolution on a status For example, if you want to disable the “Duplicate” resolution on a transition. This will make the resolution unavailable. |
jira.field.resolution.exclude |
(resolution IDs separated by comma) |
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.