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_id=237177'); return $self->{service};}