[Rt-devel] Ticket Collection via List of Ticket IDs

Yedidyah Bar-David didi at isoc.org.il
Tue Sep 8 15:23:13 EDT 2009


On Tue, Sep 08, 2009 at 11:34:18AM -0700, Joel Hartshorn wrote:
> Ok,
> 
> I have spent a bit of time looking, but have not found a simple solution.
> 
> Is there a simple way to call the Search Result.html page with a list of
> Ticket IDs and have the page display the list of tickets?  This would be
> similar to the CLI option of:
> 
> rt show ticket/3
> 
> Thanks,
> 
> Joel Hartshorn

Using the Query Builder ("Edit Search"), you can build a search that says
"id is number1" OR "id is number2" etc. Then you'd get a results page, and
if you then press "Bookmarkable link" you get it with GET params, which
after editing out the irrelevant parts, can be reduced to
http://your.domain/Search/Results.html?Query= id = num1 OR id = num2
-- 
Didi



More information about the Rt-devel mailing list