Hello,
New to Jira here. I setup the resolution screen to appear in all transitions to done. This part works, everytime I "close" an issue the resolution screen appears. But if I chose a resolution different from "done" e.g. duplicate or fixed, this is ignored and the resolution is always stored as "done". Can someone help me out? I am not sure how to troubleshoot this.
Thank you!
As Rahul Suggested, you check any postfunction directly updating the field.
in the above check Resolution set to Done
or check any other postfunction which generates ISSUE_UPDATED event. It triggers all event listeners which listen the event and may change Resolution their also.
Check the workflow post functions if there is any function which sets the resolution to done for that transition. That is the only way resolution is getting set to a default value every time and overwriting yours.
Rahul
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.