Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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
TAGS
AUG Leaders

Atlassian Community Events