change field value on state transition
One answer
Hi,
Is it possible to set a field value when Workitem state is changed to 'Resolved' ? (for example: change the field 'owned by' to spesific user on change state to 'Resolved')
I think it possible, but how can I do it? (set some configuration or write a plug-in?)
Thanks,
Yehiel
Hi Yehiel,
This should be possible with a server side operational behavior. You would write a plug in. Please review the Extension workshop in the library. The postcondition used there would be similar to what you would want to create.
I am not sure if other approaches would be possible. Maybe with a dependent value provider?