Modify ↓
Opened 13 years ago
Closed 13 years ago
#10456 closed enhancement (duplicate)
make option restrict_owner more valuable
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Currenlty you can only choose between two options for the fields "reassign to":
- free text field
- restrict to owners
First option is not good, because of typos; second is not always good, because if you want to select a new owner (which haven't been in the owner's list) you just cannot do it.
More possible options:
- I would like to be able to select all users
- somebody only wants to have a specific group to be selected (see #7290)
So one solution of this enhencement would be that option restrict_owner
is not a boolean, but a ChoiceOption
with following entries:
- text (free text field, option 1)
- restrict_owner (like
true
nowadays, option 2) - user_list (option 3)
- restrict_group (like requirement of #7290, option 4)
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Milestone: | 0.13 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to franz.mayer@…:
Sorry, I meant #8670.