id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
8911,[PATCH] suppress some users from assign-to box_ especially current track user and ticket owner,bof,gt4329b,(also sent to trac-dev@googlegroups.com_ but I don't know whether that goes through)\r\n\r\nfor a plugin I'm working on_ which is designed to provide the\r\nIValidOwnerProvider interface_ I need access to req.authname_\r\nand ideally also to ticket.owner for the ticket under consideration.\r\n\r\nI need this for an optional feature of removing / forbidding the current\r\nuser (or ticket owner) as a next-step assignee in a workflow.\r\n\r\nI managed to get at req.authname_ but only by modifying FlexibleAssignTo\r\nitself to pass down the req parameter to the getUsers method.\r\n\r\nAnd I did not "immediately" find a way to get at the ticket information\r\nitself_ so I'm still missing the desired forbid-current-ticket-owner\r\nfunctionality.\r\n\r\nIs there some generic way I missed_ to get at both pieces of information\r\nfrom that place? Some self.env magic?\r\n\r\nbest regards\r\n  Patrick,enhancement,new,normal,FlexibleAssignToPlugin,normal,,,,0.11
