Feature #1091
Disabling default ticket fields
| Status: | New | Start date: | 2008-04-23 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Issues | |||
| Target version: | - | |||
| Resolution: |
Description
I want to create a tracker with all the custom fields. I don't want any default fields to be displayed in it
Related issues
History
#1 Updated by Jean-Philippe Lang about 4 years ago
- Subject changed from How to create a tracker with all custom fields to Disabling default ticket fields
- Category changed from Custom fields to Issues
- Target version deleted (
0.7)
Default fields can not be disabled for now.
#2 Updated by Kamil . over 2 years ago
Default fields can not be disabled for now
Are you going to provide the solution in the future?
#3 Updated by Mischa The Evil over 2 years ago
Fixed the issue-relationships...
#4 Updated by Jan Ivar Beddari over 2 years ago
Mischa The Evil wrote:
Fixed the issue-relationships...
Mischa, how about changing or adding to the title of this feature so that it describes the ones it duplicates also, more accurately.. ? I'm thinking a solution to this is more general than disabling the default ticket fields?
#5 Updated by Jan Ivar Beddari over 2 years ago
Sorry, I see now that this is related to #703 and together these are enough. Feel free to remove/delete these non-productive comments :)
#6 Updated by mythos mint over 1 year ago
+1
#7 Updated by Elmer Thomas over 1 year ago
+1
#8 Updated by James Brown about 1 year ago
+1
I need to have a new issues interface that can be used by external parties. I don't want them to be able to see the "Assigned to" or "Due date" etc fields.
I am running 1.0.5 and I made the following changes to redmine/app/views/issues/_form.rhtml
-------------------------------------------------------------------------------
24,26c24,28
< <div id="attributes" class="attributes">
< <%= render :partial => 'issues/attributes' %>
< </div>
---
<% if User.current.roles_for_project(@project).length != 1 || User.current.roles_for_project(@project)[0].name != "Reporter" >
<div id="attributes" class="attributes">
<= render :partial => 'issues/attributes' >
</div>
< end %>
This will render the issue attributes IF AND ONLY IF the user is a "Reporter" role. This will also remove access to any custom fields.
It is a quick and VERY dirty hack but it is enough to keep me going until this issue is solved.
#9 Updated by Terence Mill about 1 year ago
+1
#10 Updated by Amit Ben Shahar about 1 year ago
+1
#11 Updated by Daniel Thornton about 1 year ago
+1
#12 Updated by Kurt Hilsmeier about 1 year ago
This capability would be huge.
#13 Updated by Terence Mill about 1 year ago
I openeda feature request a time ago, which will include all this kind of field configuration.
See here Issue #8050
#14 Updated by Joshua Stein 10 months ago
+1
#15 Updated by Aidin Abedi 9 months ago
+1
#16 Updated by Olivier Pierard 9 months ago
+1
#17 Updated by Julien Purjuju 9 months ago
+1
#18 Updated by Chris Lockwood 8 months ago
+1
#19 Updated by Damien Brugne 7 months ago
+1
#20 Updated by Gurvan Le Dromaguet 7 months ago
+1
#21 Updated by Glauber Matos 5 months ago
+1
#22 Updated by Sebastián Lara 5 months ago
+1
#23 Updated by Julien Purjuju 4 months ago
+1
#24 Updated by Roman E. about 1 month ago
+1
#25 Updated by Terence Mill about 1 month ago
duplicate of #8050
#26 Updated by Rabbit Seagraves 23 days ago
+1
#27 Updated by Ben Flaumenhaft 18 days ago
+1 !!!!!!!!!!