Project

General

Profile

Actions

Feature #1091

closed

Disabling default ticket fields per tracker

Added by girish konnur almost 16 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Issues
Target version:
Start date:
2008-04-23
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

I want to create a tracker with all the custom fields. I don't want any default fields to be displayed in it


Files

standard_fields.png (6.31 KB) standard_fields.png Jean-Philippe Lang, 2012-07-05 14:21

Related issues

Related to Redmine - Feature #703: Configurable required fields per tracker/status/roleClosedJean-Philippe Lang2008-02-21

Actions
Related to Redmine - Feature #9700: Allow to configure the visibility of the fields of the “New issue” form per roleClosed

Actions
Related to Redmine - Defect #12707: Typo in app/models/tracker.rbClosedJean-Philippe Lang

Actions
Related to Redmine - Feature #6637: "unwanted" features as pluginsClosed2010-10-12

Actions
Has duplicate Redmine - Feature #4434: Hide target version in ticket maskClosed2009-12-17

Actions
Has duplicate Redmine - Feature #4387: Managing "description" fieldClosed2009-12-11

Actions
Has duplicate Redmine - Feature #1296: Allow trackers to hide issue fieldsClosed2008-05-25

Actions
Has duplicate Redmine - Feature #3737: Enabling to Remove Default Fields in New Project CreationClosed2009-08-14

Actions
Has duplicate Redmine - Feature #3154: Remove default fields on new issue formClosed2009-04-10

Actions
Has duplicate Redmine - Feature #5032: Ability to remove "Assigned to" field from particular trackerClosed2010-03-10

Actions
Has duplicate Redmine - Feature #9736: custom field visibility based on trackerClosed

Actions
Has duplicate Redmine - Feature #8150: Suggestion for editing Issue formClosed2011-04-14

Actions
Precedes Redmine - Defect #14584: Standard fields disabled for certain trackers still appear in email notificationsClosedJean-Philippe Lang

Actions
Actions #1

Updated by Jean-Philippe Lang almost 16 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.

Actions #2

Updated by Kamil . over 14 years ago

Default fields can not be disabled for now

Are you going to provide the solution in the future?

Actions #3

Updated by Mischa The Evil over 14 years ago

Fixed the issue-relationships...

Actions #4

Updated by Jan Ivar Beddari over 14 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?

Actions #5

Updated by Jan Ivar Beddari over 14 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 :)

Actions #6

Updated by mythos mint over 13 years ago

+1

Actions #7

Updated by Elmer Thomas over 13 years ago

+1

Actions #8

Updated by James Brown about 13 years 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(Herve Harster).length != 1 || User.current.roles_for_project(Herve Harster)[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.

Actions #9

Updated by Terence Mill about 13 years ago

+1

Actions #10

Updated by Amit Ben Shahar about 13 years ago

+1

Actions #11

Updated by Daniel Thornton about 13 years ago

+1

Actions #12

Updated by Kurt Hilsmeier almost 13 years ago

This capability would be huge.

Actions #13

Updated by Terence Mill almost 13 years ago

I openeda feature request a time ago, which will include all this kind of field configuration.

See here Issue #8050

Actions #14

Updated by Joshua Stein over 12 years ago

+1

Actions #15

Updated by Aidin Abedi over 12 years ago

+1

Actions #16

Updated by Olivier Pierard over 12 years ago

+1

Actions #17

Updated by Julien Purjuju over 12 years ago

+1

Actions #18

Updated by Chris Lockwood over 12 years ago

+1

Actions #19

Updated by Damien Brugne over 12 years ago

+1

Actions #20

Updated by Gurvan Le Dromaguet over 12 years ago

+1

Actions #21

Updated by Glauber Matos over 12 years ago

+1

Actions #22

Updated by Sebastián Lara over 12 years ago

+1

Actions #23

Updated by Julien Purjuju over 12 years ago

+1

Actions #24

Updated by Roman E. about 12 years ago

+1

Actions #25

Updated by Terence Mill about 12 years ago

duplicate of #8050

Actions #26

Updated by Rabbit Seagraves almost 12 years ago

+1

Actions #27

Updated by Ben Flaumenhaft almost 12 years ago

+1 !!!!!!!!!!

Actions #28

Updated by Lev D almost 12 years ago

+1 Yes, indeed!

No reason not to include this feature. Arranging the form to your liking would also be quite useful. Right now, I added 4 extra fields and my eyes are already jumping around the form looking for the the ones I need to fill in and for those I want to skip.

Actions #29

Updated by Jean-Philippe Lang almost 12 years ago

  • File standard_fields.png standard_fields.png added
  • Subject changed from Disabling default ticket fields to Disabling default ticket fields per tracker
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Target version set to 2.1.0
  • Resolution set to Fixed

Feature added in r9912. You can now disable regular fields on the tracker form:

Actions #30

Updated by Terence Mill over 11 years ago

That's required in issue #8417

+1 Yes, indeed!

No reason not to include this feature. Arranging the form to your liking would also be quite useful. Right now, I added 4 extra fields and my eyes are already jumping around the form looking for the the ones I need to fill in and for those I want to skip.

Actions #31

Updated by joseph john over 11 years ago

IS this feature also will be enabled on the 1.4 world?

Actions #32

Updated by Bruno Medeiros over 11 years ago

joseph john wrote:

IS this feature also will be enabled on the 1.4 world?

Sure not.

Actions #33

Updated by HU an over 11 years ago

Why do I still can't disable the "Status/Priority/File attaching/Watchers" field? People wanna add a complete new issue tracker things like meeting/billing/sales...
Badly need to need this feature!

Actions #34

Updated by Daniel Felix over 11 years ago

Wan Zhenhuan wrote:

Why do I still can't disable the "Status/Priority/File attaching/Watchers" field? People wanna add a complete new issue tracker things like meeting/billing/sales...
Badly need to need this feature!

Well, this could be solved after this patch is applied to the core #12005.

Best regards,
Daniel

Actions #35

Updated by Mischa The Evil over 10 years ago

  • Precedes Defect #14584: Standard fields disabled for certain trackers still appear in email notifications added
Actions #36

Updated by Toshi MARUYAMA over 10 years ago

Actions #37

Updated by Damon Tabb over 9 years ago

But the "priority" field still seems permanent. Is there a way to include that in the list of default fields that can be disabled? I have a specific tracker that doesn't need this field and it's causing some mild confusion with issue reporters.

Actions #38

Updated by Go MAEDA about 9 years ago

Actions #39

Updated by Ashish Agrawal over 8 years ago

Is there a plugin to disable the Issue core fields such as assigned_to_id on a project level basis? As per the existing settings, only custom fields can be disabled on a per project basis. Standard fields can be disabled per tracker/role/user but not per project.

I want standard fields disable options same as custom fields in project settings also.

Actions #40

Updated by Go MAEDA about 7 years ago

  • Has duplicate Feature #9736: custom field visibility based on tracker added
Actions #41

Updated by Go MAEDA almost 6 years ago

  • Has duplicate Feature #8150: Suggestion for editing Issue form added
Actions

Also available in: Atom PDF