Hello,
The resolved data equals to the date, when you set the Resolution field for the issue. You can not modify this field.
when you transition an issue to the "Done" (or similar final state) and set the Resolution value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I set the Resolution Value? Is it something I need to do with the workflow so when a issue is moved to "Done" status that date is automatically populated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. The transition to 'done' should present the resolution field on the transition screen or set it in a post function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what you should do is to edit the workflow and on every transition to DONE (or whatever you final status is) you should add a validation action of requiring the Resolution be set. You also need to add the Resolution field to the screen for those transitions. If you don't have a 'resolution required' screen defined you can simply create one. IMO, rarely should you not require a Resolution value when closing out issues. The other option, if you do not care about the actual value at all, is to simply add a post function to set the Resolution to Done when transitioned to the Done status. However, if you want to differentiate between Done and say Won't Do or Could not Reproduced, etc. then allow the user to select the resolution value.
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.