Approvals setup - working 75%, but

I am running the following:

FreeBSD 4.10, Apache-1.3.31, mod_perl-1.29, rt-3.2.1, MySQL-3.23.58

I have migrated from rt-2.0.15 to rt-3.2.1 and now playing with the
Approvals thing.

I have read posts to rt-users and even the doco by RT head honcho.
At the expense of being seen as a big dimwit, I have the Approval
working for a queue, but I want to ask: Why can’t I view the
body/contents of the approval ticket?

When I go to the queue Approvals, I see approval tickets. However, no
hyperlink at all gives me the ticket content so that I can decide
whether to approve or deny.

Am I missing the point?

    cheers
   - wash 

Odhiambo Washington . WANANCHI ONLINE LTD (Nairobi, KE) |
. 1ere Etage, Loita Hse, Loita St., |
GSM: (+254) 722 743 223 . # 10286, 00100 NAIROBI |
GSM: (+254) 733 744 121 . (+254) 020 313 985 - 9 |
“Oh My God! They killed init! You Bastards!”
–from a /. post

Here is my template. We assign the owner of the approval ticket based
on a custom field called building. The 2nd block of perl is to set
the requestor of the approval ticket to the same thing that was on the
original ticket.

===Create-Ticket: approval
Queue: MApprovals
Type: Approval
Owner: {

my %admins=(
“High School” => “karlapp”,
“Crossroads” => “karlapp”,
“Highlands” => “kpietri”,
“East” => “kpietri”,
“North” => “kpietri”,
“West” => “kpietri”,
“AltEd” => “kpietri”,
“Special Ed” => “kpietri”,
“Admin” => “kpietri”);

my $building=$Tickets{“TOP”}->FirstCustomFieldValue(9);
my $owner=$admins{$building};
if($owner eq “”){
$owner=“kpietri”;
}
$owner;

}

{
my $requestors=$Tickets{“TOP”}->Requestors;
my @emails=$requestors->MemberEmailAddresses();
foreach $item(@emails){
$out.=“Requestor: “.$item.”\r\n”;
}
$out;
}
Depended-On-By: {$Tickets{“TOP”}->Id}
Refers-To: {$Tickets{“TOP”}->Id}
Content-Type: text/plain
Content: Your approval is requested for the ticket
{$Tickets{“TOP”}->Id}: {$Tickets{“TOP”}->Subject}

ENDOFCONTENTOn Thu, 22 Jul 2004 11:50:46 +0300, Odhiambo Washington wash@wananchi.com wrote:

Check the permisions for the queue holding the ticket to be approved.
The person doing approvals needs to have the “show ticket” right in
the queue the tickets reside in.

Hi Karl,

I am superuser. So am I not supposed to be able to view the ticket
content?
I have even given “Show Ticket and Show Ticket Comments” to some
folks on the Approvals queue, but still … no good.

What does your template look like? The standard??

Thanks for replying.

-Wash

How do I quote correctly in Usenet?


+======================================================================+
|\ ,—, | Odhiambo Washington wash@wananchi.com
Zzz /,.-'’ -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com
|,4- ) )-,_. ,\ ( '-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' -'_) | GSM: +254 722 743223 +254 733 744121
+======================================================================+
“We’ll cross out that bridge when we come back to it later.”