Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. assinged_to=$("#issue_assigned_to_id").val();platform=$("#issue_custom_field_values_7").val();app_version=$("#issue_custom_field_values_13").val();due_date=$("#issue_due_date").val();sched_version=$("#issue_custom_field_values_15").val();watchers=new Array;for(i=1;i<=52;i++){if($("#watchers_inputs label:nth-child("+i+") input").prop("checked")){watchers.push(i)}}_assigned_to="$('#issue_assigned_to_id').val("+assinged_to+");";_platform="$('#issue_custom_field_values_7').val('"+platform+"');";_app_version="$('#issue_custom_field_values_13').val('"+app_version+"');";_due_date="$('#issue_due_date').val('"+due_date+"');";_sched_version="$('#issue_custom_field_values_15').val('"+sched_version+"');";_watchers="";for(i in watchers){_watchers=_watchers+"$('#watchers_inputs label:nth-child("+watchers[i]+") input').prop('checked',true);"}alert("javascript:"+_assigned_to+_platform+_app_version+_due_date+_sched_version+_watchers)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement