Hi,
Is it possible to configure workflow so you can perform post function based on values of multiple fields?
Let's say assignee is A and version is 1.0, the post function set value B to custom field C.
We appreciate your input.
Regards,
Daisuke Niwa
Short answer is I think yes. Slightly longer answer: When a post function fires, its in response to a transition. As the 'postfunction' is Java code, you have access to the issue, you are able to determine anything about that issue, eg assignee, version it is due for fixing in and are able to modify the issue on the way through also.
Hi Andy,
Thank you for your response. It looks as if we need to develop a plugin for this purpose.
Daisuke Niwa
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.