Hi all,
I want to edit my assignee field. I want values in my assignee field in custom order. I want to dispaly the group names on top of each group under this assignee box. Is this possible.?
To "edit the assignee field", you need to have "assign" permission in the project.
I think what you actually mean is that you want to customise the behaviour of the assignee field? It sounds to me like you're going to need to do some coding for that. You could try to write some javascript to deal with it, or maybe a plugin to override the behaviour.
Note - one immediate design problem springs to mind - if a user is in more than one group, what do you do? Add them to the first group only (which means they're missing from others)? Add them to all groups (a potentially horrendous list)? Find some way to distinguish their "main" group? (Ugly and a lot more code)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.