Customization of RT

I have a client who has a projects database for construction projects, and
would like to be able to track email correspondence on a per-project basis.
Each project already has a unique number associated with it. Is it possible
to create tickets using project #'s instead of the automatically generated
serial #'s in RT? (Yes, I’m sure it would involve hacking the code and
monkeying with mysql, but I just wanted to see if there are any obvious
gotchas before I dive in.)

Also, with RT 2 can you set view permissions for users based on individual
tickets?

Thanks,
David

David Fletcher
Micro-Prince Computers
(904)721-0867
(904)721-1253 fax
http://www.micro-prince.com (business)
http://www.mahonri.org (personal)

Hm. using other unique numbers would be a real pain at this point.
you might be able to cons something up with RT2’s ‘Links’ system to link
each new ticket to an existing project URI.

Or, assuming that project IDs are integers and are never repeated, you can
pass an Id to Ticket->Create.

RT2 allows you to grant rights to ‘Ticket Requestor’ or ‘Ticket Cc’ on a per queue basis…which may get you what you want.On Mon, Jun 11, 2001 at 12:19:03PM -0400, David Fletcher wrote:

I have a client who has a projects database for construction projects, and
would like to be able to track email correspondence on a per-project basis.
Each project already has a unique number associated with it. Is it possible
to create tickets using project #'s instead of the automatically generated
serial #'s in RT? (Yes, I’m sure it would involve hacking the code and
monkeying with mysql, but I just wanted to see if there are any obvious
gotchas before I dive in.)

Also, with RT 2 can you set view permissions for users based on individual
tickets?

Thanks,
David


David Fletcher
Micro-Prince Computers
(904)721-0867
(904)721-1253 fax
http://www.micro-prince.com (business)
http://www.mahonri.org (personal)



rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Pelcgb-serrqbz abj!

Hm. using other unique numbers would be a real pain at this point.
you might be able to cons something up with RT2’s ‘Links’ system to link
each new ticket to an existing project URI.

I’ll put rt2 in place on one of our servers and take a look at that.

Or, assuming that project IDs are integers and are never repeated, you
can
pass an Id to Ticket->Create.

Is this rt2 specific?

Thanks,
David

David Fletcher
Micro-Prince Computers
(904)721-0867
(904)721-1253 fax
http://www.micro-prince.com (business)
http://www.mahonri.org (personal)

Or, assuming that project IDs are integers and are never repeated, you
can
pass an Id to Ticket->Create.

Is this rt2 specific?

No, but RT has an actual API to the database that will let you do
it without hacking the core apart, unlike RT1.

Thanks,
David


David Fletcher
Micro-Prince Computers
(904)721-0867
(904)721-1253 fax
http://www.micro-prince.com (business)
http://www.mahonri.org (personal)



rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

And I’m told we do share some common rituals. Our “flame war” is apparently
held in person in their land and called “project meeting”.
-Alan Cox [on “Suits”]