How do you add custom resolution

Herwindo Artono May 25, 2015

Hi all, I need to create custom resolution for done status, that are cancelled and failed. But after adding them, the resolution keep going back to done.

 

These are how I add custom resolution and testing it:

  1. Add custom resolution in setting > issues > resolutions
  2. Attach default resolve issue screen into workflow we use.

 

Tested and it run. When user move issue into done (we're using agile kanban board), there will be resolve issue screen pop up, tested and the screen pop.

But apparently even I chose resolution to cancelled or failed, it keep going back to done after I click save. Do I missing something here ?


Hi @Udo Brand, I've tried looking for any overriding in postfunction but didn't find any, I updated my question to include screenshot of postfunction (since I can't comment in 24 hours)

Here is postfunction screenshot :

Screen Shot 2015-05-27 at 4.29.51 AM.png

1 answer

1 accepted

1 vote
Answer accepted
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.
May 25, 2015

Take a look at the postfunction of the transition to status done. There might be something like "set resolution to done", which will override any entered resolution during this transition.

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.
May 26, 2015

Just look at the first postfunction. It does update a field (Resolution) with the value 10000 (I guess this is "Done")

Herwindo Artono May 26, 2015

Yes, now it is work, So I delete the no.1 postfunction, publish (create a backup copy) and test it, now it work Thanks @Udo Brand ,

Suggest an answer

Log in or Sign up to answer