<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=TicketIDMatches</id>
	<title>TicketIDMatches - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=TicketIDMatches"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=TicketIDMatches&amp;action=history"/>
	<updated>2026-08-23T00:55:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=TicketIDMatches&amp;diff=3833&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=TicketIDMatches&amp;diff=3833&amp;oldid=prev"/>
		<updated>2016-04-06T20:39:27Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This condition appears to be missing a database row as part of the example&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;package RT::Condition::TicketIDMatches;&lt;br /&gt;
 &lt;br /&gt;
 use RT::Condition::Generic;&lt;br /&gt;
 &lt;br /&gt;
 use strict;&lt;br /&gt;
 use vars qw/@ISA/;&lt;br /&gt;
 @ISA = qw(RT::Condition::Generic);&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 =head2 IsApplicable&lt;br /&gt;
 &lt;br /&gt;
 This happens on every transaction. it&amp;#039;s always applicable&lt;br /&gt;
 &lt;br /&gt;
 =cut&lt;br /&gt;
 &lt;br /&gt;
 sub IsApplicable {&lt;br /&gt;
    my $self = shift;&lt;br /&gt;
    if ($self-&amp;amp;gt;TicketObj-&amp;amp;gt;Id eq $self-&amp;amp;gt;Argument)  {&lt;br /&gt;
        return(1);&lt;br /&gt;
    }&lt;br /&gt;
    else {&lt;br /&gt;
        return(undef);&lt;br /&gt;
    }&lt;br /&gt;
 &lt;br /&gt;
 eval &amp;quot;require RT::Condition::TicketIDMatches_Vendor&amp;quot;;&lt;br /&gt;
 die $@ if ($@ &amp;amp;amp;&amp;amp;amp; $@ !~ qr{^Can&amp;#039;t locate RT/Condition/TicketIDMatches_Vendor.pm});&lt;br /&gt;
 eval &amp;quot;require RT::Condition::TicketIDMatches_Local&amp;quot;;&lt;br /&gt;
 die $@ if ($@ &amp;amp;amp;&amp;amp;amp; $@ !~ qr{^Can&amp;#039;t locate RT/Condition/TicketIDMatches_Local.pm});&lt;br /&gt;
 &lt;br /&gt;
 1;&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>