Is there any way to manage resolution (e.g. per workflow, per project, per transition,...)?

Nadine July 14, 2013

Hello fellow JIRA-enthusiasts!

We need to use custom resolutions in our JIRA workflow and manage that well by setting workflow properties. However, we can neither set the default value nor control the order of the resolutions - the values are ordered by ID no matter what their order is in the property settings.

Does anyone have an idea on how we can set the default value for this particular workflow without changing the Global settings?

Many thanks

Nadine

3 answers

1 vote
Alex Perez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2013

Hello,

Jira does not support this out of the box (at least in 5.x versions).

But you can embed some JS code in the description of some field present in the resolution screen, and, with this JS/code, access to the resolution field and make some option default if the project is XX, delete some options or whatever.

some examples with FixVersion: http://www.j-tricks.com/1/post/2011/12/one-fixversion-please.html

Is a bit tricky, but is the only path I see to customize resolutions for each project.

HTH

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2013

There are no workflow properties that support this now. I don't see an easy way to do this. Maybe try using a custom field and copy the value to resolution in the post function?

0 votes
Dipti Ranjan Behera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2013

Hi Nadine,

You can't set a default value thru workflow properties . But you can set the resolution to those values in the workflow post function (update issue field post-function )

If you want the user to pick up the resolution later on , then that wont happen.

Suggest an answer

Log in or Sign up to answer