Skip Menu |

This queue is for tickets about the RT-Client-REST CPAN distribution.

Report information
The Basics
Id: 125801
Status: resolved
Priority: 0/
Queue: RT-Client-REST

People
Owner: dean [...] fragfest.com.au
Requestors: christophhalbi [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Get CustomFields for Queue
Date: Mon, 9 Jul 2018 18:33:37 +0000
To: "bug-RT-Client-REST [...] rt.cpan.org" <bug-RT-Client-REST [...] rt.cpan.org>
From: Christoph Halbartschlager <christophhalbi [...] hotmail.com>
Hi Guys, Is there any chance to get a list of all CustomFields for a certain queue? Thank you, Christoph
I am using: my $queue = RT::Client::REST::Queue->new( rt => $rt, id => $queue_id, )->retrieve(); my @customfields = $queue->cf(); See also https://metacpan.org/pod/RT::Client::REST::Object (Queue extends Object)
Added an example in the pod via commit a89e19b35c71c60840d5bfb65324eae317020ec5