workflow post function copy 'status' (before transition) field to text field not work
Any suggestion will be greatly appreciated
Community moderators have prevented the ability to post new answers.
The built-in script can only handle certain types of "cast" into strings. I don't think it supports casting a status object to a string. I think you might need to write this yourself, with something like
set custom field to issue.getStatusObject().getName()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.