We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6365a21 + 8159529 commit 6ad6e01Copy full SHA for 6ad6e01
1 file changed
sbin/rt-search-attributes.in
@@ -141,6 +141,9 @@ rt-search-attributes - search RT::Attribute objects
141
142
rt-search-attributes [OPTION] ATTRIBUTE_NAME QUALIFYING_CODE
143
144
+rt-search-attributes -c Bookmarks '$ObjectId = 14' # Bookmarks for user with id 14
145
+rt-search-attributes -c Pref-DefaultDashboard '$_ = 9' # All users using dashboard id 9
146
+
147
=head1 DESCRIPTION
148
149
This script searches all attributes named ATTRIBUTE_NAME with qualifying
@@ -156,8 +159,3 @@ properties:
156
159
157
160
-h, --help
158
161
Display this help and exit
-
-e.g.
162
-rt-search-attributes SavedSearch '$id > 10'
163
-rt-search-attributes Search '$_->{Query} =~ /Status/'
0 commit comments