When a task with a certain subject is added to a certain queue, I need to remove the queue item and attach another queue item to connect the task to another queue. (Or redirect the original queue item if that is possible)
If I try to do this when the first queue item is created in the queueitems entity, I loose the reference to the task when I delete the item.