Resolution Fixed vs Resolution Done. What is the difference?

Neeta Dubey August 22, 2013

In the admin Resolutions page (Admin -> Issue Attributes -> Resolutions)
Fixed (Default) - A fix for this issue is checked into the tree and tested.
Done - GreenHopper Managed Resolution.

we have one more customised reolution filed"completed" and dont want to user "Done" in resolution?

Is it safe to delete the done filed? It is creating confusion for user to select either done or completed.


2 answers

1 accepted

1 vote
Answer accepted
RambanamP
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.
August 22, 2013

you can use this on closed transition to show what resolutions you want to display on that

jira.field.resolution.include =1,2(id's of resolutions)

check this for more information

https://confluence.atlassian.com/display/JIRA/Workflow+Properties

1 vote
Udo Brand
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.
August 22, 2013

Fixed is used if you fix for example a software code. Done and completed is used in tasks that have to be done or are completed at a certain point.

If you delete Done you might end up with already closed issue which then have no resolution. So if you want to delete it make sure it is not used in any issue.

What you also could do to get rid of Done ist to define in your workflows which Resolutions are allowed by using workflow properties (jira.field.resolution.exclude). See here for details

Suggest an answer

Log in or Sign up to answer