Multiple Incident Reports queues

Hello,

I want to have multiple Incident Reports queues, and so I create some new
queues to implement this: Incident Reports # Spam, Incident Reports # Scam,
Incident Reports # Copyright, and so on. This is useful because there are some
reporters that only send incident reports of an known type, like Spamcop in
the case of spam, and I want to classify the incidents when they arrive.

But unfortunately, these new queues don’t appear in the "RTIR at a glance"
view, also when I click over an incident report in these queues, I don’t have
the link to to “Take/create an incident”, like I have when the incident
report is in the “Incident Reports” standard RTIR queue. It seems that the new
queues are not integrated to RTIR, their behavior is more of RT than RTIR.

So what I have to do to make RTIR work with these new queues ?

Thanks,
Andre Gerhard
Universidade de Sao Paulo

Hello,

I want to have multiple Incident Reports queues, and so I create some new
queues to implement this: Incident Reports # Spam, Incident Reports # Scam,
Incident Reports # Copyright, and so on. This is useful because there are some
reporters that only send incident reports of an known type, like Spamcop in
the case of spam, and I want to classify the incidents when they arrive.

But unfortunately, these new queues don’t appear in the “RTIR at a glance”
view, also when I click over an incident report in these queues, I don’t have
the link to to “Take/create an incident”, like I have when the incident
report is in the “Incident Reports” standard RTIR queue. It seems that the new
queues are not integrated to RTIR, their behavior is more of RT than RTIR.

So what I have to do to make RTIR work with these new queues ?

Thanks,
Andre Gerhard
Universidade de Sao Paulo

Hi Andre,

I believe that RTIR only supports the single incident queue. Instead of making
a new queue, set a custom field to indicate the type of incident.

Regards,
Ken

Hello,

I want to have multiple Incident Reports queues, and so I create some new
queues to implement this: Incident Reports # Spam, Incident Reports # Scam,
Incident Reports # Copyright, and so on. This is useful because there are some
reporters that only send incident reports of an known type, like Spamcop in
the case of spam, and I want to classify the incidents when they arrive.

As it happens, that’s a large part of some work I did toward RTIR 3.4. If you’re up
for running a pre-release version of RTIR (checked out from git), this branch
should do what you want:

https://github.com/bestpractical/rtir/tree/3.4/reimplement-constituencies

Because it’s a pre-release version, we’d very much like feedback on how it works for you.

Best,
Jesse