Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

rt-search-attributes - Man Page

search RT::Attribute objects

Synopsis

rt-search-attributes [OPTION] ATTRIBUTE_NAME QUALIFYING_CODE

Description

This script searches all attributes named ATTRIBUTE_NAME with qualifying code QUALIFYING_CODE and prints out the details of matching attributes.

QUALIFYING_CODE can use a number of variables to call on RT::Attribute's properties:
  $Id, $ObjectType, $ObjectId, $Name, $Description, $Content
  $_ is available as shorthand for $Content

-c, --content
   Print attribute content

-h, --help
   Display this help and exit

e.g.

rt-search-attributes SavedSearch '$id > 10' rt-search-attributes Search '$_->{Query} =~ /Status/'

Info

2024-06-07 perl v5.38.2 User Contributed Perl Documentation