Opened 10 years ago
Closed 9 years ago
#12220 closed enhancement (wontfix)
Settings to disable "empty project" selection item when selecting project for ticket
Reported by: | Owned by: | falkb | |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
It would be good if we have way to disable "empty project" as selection item for "project" ticket custom field. With that in place, users will have to select one of the project they are allowed access to. In case there are multiple project possible, just pick one of them (or add per-user default project selection capability).
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Replying to nenad@…:
It would be good if we have way to disable "empty project" as selection item for "project" ticket custom field.
There will be always users who want to create tickets without an assigned project, and the other party wants to force the users for choosing a project. I think, a config setting could switch this overall behaviour.
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
While I see the advantages of having all stuff in one place I think using a specialized plugin is the way to go. Some validation plugins can be found here.
Reopen the ticket if you see a compelling reason to have validation in SimpleMultiProjectPlugin.
Maybe just implement a ticket validator to ensure the project is properly set. Having a preset for new tickets may cause tickets to be created with a wrong project because the user forgot to change the default.