Ok, wow...I think I just accidentally stumbled upon a (partly) solution, when reading this thread. As all assigned users to tasks under a project can also be queried using the projectUsers collection, you can use something like this:valueexpression=CONCAT({user}.{role}, " - ",{user}.{name})
listdeli...