Control order of Scrips?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I’m writing a custom Scrip action (to send a notification to a Jabber
server: I’m actually kind of surprised there isn’t one out there already :).

The thing is, I’m also using the contributed ExtractCustomFieldValues
action to pull some values out of the ticket and place them into custom
fields, and I’d like the Jabber action to be able to use them.

How do I control the execution order of two “On Create” scrips, to
ensure that one is run before the other?

Thanks,

Kevin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCVpQfuiTxnufRf9gRAiCwAJ4s0j2SVOfD8UkQGcRRu5PJmcWLGwCgotMl
ER9QeYWBLfus+ZE1paOg6kw=
=mFtb
-----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I sent this message originally on 4/8, and have gotten no response. Am
I posting on the wrong mailing list?

My current solution is to actually combine the code from the two scrips
into one, but that seems somewhat inelegant. Is there another solution
to this problem?

Original follows:

I’m writing a custom Scrip action (to send a notification to a Jabber
server: I’m actually kind of surprised there isn’t one out there already :).

The thing is, I’m also using the contributed ExtractCustomFieldValues
action to pull some values out of the ticket and place them into custom
fields, and I’d like the Jabber action to be able to use them.

How do I control the execution order of two “On Create” scrips, to
ensure that one is run before the other?

Thanks,

Kevin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCY8sMuiTxnufRf9gRAmGXAKCjF/2Kl2A4L9LBUWSI1Aqh/tg8WACgh1K8
87gsBrGvSogthQUvq2fR9Rs=
=9kOi
-----END PGP SIGNATURE-----

This communication may contain privileged and/or confidential information. It
is intended solely for the use of the addressee. If you are not the intended
recipient, you are strictly prohibited from disclosing, copying, distributing
or using any of this information. If you received this communication in error,
please contact the sender immediately and destroy the material in its entirety,
whether electronic or hard copy. You may not directly or indirectly reuse or
redisclose such information for any purpose other than to provide the services
for which you are receiving the information.

Telsource Corporation
8237 Dow Cir, Strongsville, OH 44136

Jesse answered a similar question in the rt-users list last week. You
can see the complete post in the archives at

http://lists.bestpractical.com/pipermail/rt-users/2005-April/030585.html

(Short version: you can’t do that yet, but stay tuned…)

Mark Roedel
Web Programmer / Analyst
LeTourneau University-----Original Message-----
From: rt-devel-bounces@lists.bestpractical.com
[mailto:rt-devel-bounces@lists.bestpractical.com] On Behalf Of Kevin
White
Sent: Monday, April 18, 2005 9:58 AM
To: rt-devel@lists.bestpractical.com
Subject: [Rt-devel] Control order of Scrips?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I sent this message originally on 4/8, and have gotten no response. Am
I posting on the wrong mailing list?

My current solution is to actually combine the code from the two scrips
into one, but that seems somewhat inelegant. Is there another solution
to this problem?

Original follows:

I’m writing a custom Scrip action (to send a notification to a Jabber
server: I’m actually kind of surprised there isn’t one out there already
:).

The thing is, I’m also using the contributed ExtractCustomFieldValues
action to pull some values out of the ticket and place them into custom
fields, and I’d like the Jabber action to be able to use them.

How do I control the execution order of two “On Create” scrips, to
ensure that one is run before the other?