Allow issue assignment to groups; regex filter
Added by shawn freeman almost 5 years ago
We use several groups within Redmine, but only want to allow issue assignment to groups that begin with "PM" (the rest should not even be an option). It would be nice to have a "allowable" filter by regex.
Replies (2)
RE: Allow issue assignment to groups; regex filter - Added by David Doležal over 4 years ago
shawn freeman wrote:
We use several groups within Redmine, but only want to allow issue assignment to groups that begin with "PM" (the rest should not even be an option). It would be nice to have a "allowable" filter by regex.
Hmmm, I think it is possible to set without filter by regex. In settings is field like "Enable assignee issue to groups". Is it what you looking for? Or you want to show only groups with letters "PM" in front of name for assigment and another keep to hide?
RE: Allow issue assignment to groups; regex filter - Added by shawn freeman over 4 years ago
Right, so we use that feature. What we are looking for is the ability to filter the groups (and hide some of them). Imagine that I have these groups:
RD_Staff
RD_Mgrs
RD_Execs
PM_RoleMgr
PM_AppMgr
FS_Support
FS_Sales
FS_Tech
And, I only want to allow group assign to the "PM_*" groups, all the rest should be hidden. Right now, with the feature enabled, the users can see all the groups.