I have a project that i would like to set unique resolutions to. I do not want to add theses particular resolutions to the Global list. The list will be excessive, but i do want to add to one project only and example would read STATUS DONE resolution scrapped,, is this possible ?
You can't add resolutions to a single project. However, you can limit the options
Limiting resolution options
Use the jira.field.resolution.include workflow property
for example: jira.field.resolution.include =1,2,3 where 1,2,3 are the resolution ids
https://confluence.atlassian.com/adminjiraserver071/workflow-properties-802592825.html
yes this looks like it would work, though i would have to limit the list in all the other workflows ,, thanks all
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, the status property workaround for custom Resolution options stopped working.
Any other suggestions?
EDIT: I was editing the status' properties, hence there was no way it would have worked.
Transition property jira.field.resolution.include works fine!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The list of resolutions is global and there's no such thing as a "resolution scheme"
You can do it though. You'll still need to add your desired resolutions to the global list, then amend all your workflows. With workflow properties, you can include or exclude one or many resolutions from the select list offered to people closing issues.
But that does mean editing every workflow. You'll need to exclude your new resolutions on all the workflows used by other projects, and include them on the workflows in your single project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for this, yes it will be hard to maintain ,,, and of course to remember
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vince Clark , unfortunately there is no easy way to do this since there are no resolution schemes in cloud. To solve this, you will need to add the resolution to the global list but then use the workflow properties to limit the options shown.
Check out this article for specifics:
https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
-pjd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the clarification, will check it out i assume that also applies to priorities
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think there is a property for priority (but. Could be wrong). I do know there is a request for this type of functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Server/DC got Priority Schemes in 7.6, that's yet to make its way on to Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.