I’d like to limit the list of resolution values used in a specific project. Is it possible to configure a separate set of resolution options for each project?
I want to ensure that any changes do not impact other projects currently using the resolution field. Could you also clarify whether the resolution field is shared across all projects, and if so, how we can implement project-specific customizations?
Hi @Shrikant Khawale , welcome to the Community. Yes you can but it is a bit tedious.
For each workflow where a transition sets the resolution field you can use jira.field.resolution property to include or exclude resolutions. Include is generally the best option to protect against future resolutions being added.
I believe this documentation might provide more details on transition properties if you are unfamiliar - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties#api-group-workflow-transition-properties
Hi @Shrikant Khawale and welcome to the Atlassian community,
There is no concept of "resolution schemes" like you have for priorities, workflows, etc... which would allow you to have a different set per project.
What you can do is use the jira.field.resolution.include and jira.field.resolution.exclude workflow properties. See Transition Properties.
You do need to configure this on every transition so it could be time consuming depending on your exact situation.
In general I would recommend to keep the amount of different resolutions small and to keep values generic.
Because indeed, the resolution field is shared between all projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using jira.field.resolution.include workflow property
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not by project, but you can by workflow. Resolution is a system field and applies to all projects. Most of the times different issue types require different resolution options. With the include option you pick the ones you want for THAT workflow so if the workflow is shared with multiple projects the resolution will appear in those projects.
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.