How to copy user in one custom field to another?

Raju KC
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013

Here is my code: I want to copy user in customfield_11223 to customfield_11224.

<script type="text/javascript">
AJS.$(document).ready(function() {
var value = AJS.$("#customfield_11223").val();
AJS.$("#customfield_11224").val(value);
});
</script>

This does not work for me.

1 answer

1 accepted

0 votes
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013

Suggest an answer

Log in or Sign up to answer