Help for this page

Select Code to Download


  1. or download this
    sub service{
        $self->{service} = Bugzilla->dbh->selectall_arrayref(
              'SELECT servicenow, Task_Type, Short_Description, Customer, 
    +Priority, Assignment_Group,Assignment_ID FROM service_now where bug_i
    +d=237177');
        return $self->{service};}