Disable/hide field
Added by Hans Maulwurf over 10 years ago
hey guys,
i try to create a new project and want to hide all unnecessary fields. I'm using redmine 2.3.2.stable.12071
Is it possible to hide the priority-field?
I also want to reduce the possible list-elements of "status". I know how to edit the workflow, but when creating a new issue, redmine still lists everything.
I hope u can give me some hints :)
Replies (5)
RE: Disable/hide field - Added by Jan Niggemann (redmine.org team member) over 10 years ago
Is it possible to hide the priority-field?
I'm not 100% sure but I don't think that's possible atm...
I also want to reduce the possible list-elements of "status". I know how to edit the workflow, but when creating a new issue, redmine still lists everything.
To remove the offinding statuses, go to Administration -> Issue statuses (DE: Administration -> Ticket-Status).
RE: Disable/hide field - Added by Hans Maulwurf over 10 years ago
it's possible to diable the date-fields or the success-progress, but priority is not available to uncheck.
sorry, missunderstanding. i don't want to delete the statuses at all, i just want to make some of them unavailable in one project
RE: Disable/hide field - Added by Jan Niggemann (redmine.org team member) over 10 years ago
Hans Maulwurf wrote:
sorry, missunderstanding. i don't want to delete the statuses at all, i just want to make some of them unavailable in one project
This should work by editing the relevant workflows. If you keep seeing statuses that are, by definition of the workflows, not reachable, then you either messed up the workflows or you're logged in as an administrator.
RE: Disable/hide field - Added by Anton Jakimovic about 9 years ago
You actually can hide priority field, by setting it to "Read only" in workflows.
Administration > Workfolw > Fields permissions
set role to "All", select your tracker and press "Edit"
and at least, set all "Priority" values to "Read only".
You can also hide fields "Project", "Tracker", "Subject", "Description", "Priority", "Private", "Start date", but not "Status".
RE: Disable/hide field - Added by Charlie Chang about 4 years ago
Workflow set to read-only only hide the field during create new issue, but still can be seen after issue created.