Changes between Version 1 and Version 2 of Ticket #11530, comment 6


Ignore:
Timestamp:
Jan 31, 2014, 4:12:09 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11530, comment 6

    v1 v2  
    22> Our company needs some additional fields to the ticket so I was trying to remove few previous entries which were added as a sample. I am trying to remove fields like blocked by, blocking, Test Plan, Test Case, cc, Keywords.
    33
    4 The fields are added by MasterTicketsPlugin whenever they are not present: [browser:/masterticketsplugin/trunk/mastertickets/api.py@12940:101-110#L83]. If you aren't using //blocked by// and //blocking//, do you need to have MasterTicketsPlugin installed at all? If you don't need the plugin, you can disable it from the web admin panel.
     4The fields are added by MasterTicketsPlugin whenever they are not present: [browser:/masterticketsplugin/trunk/mastertickets/api.py@12940:101-110#L83]. If you aren't using //blocked by// and //blocking//, do you need to have MasterTicketsPlugin installed at all? If you don't need the plugin, you can disable it from the web admin panel. I am not sure if //Test Plan// and //Test Case// are similarly added in an `IEnvironmentSetupParticipant` method by a plugin, so we'll have to see what happens after dealing with MasterTicketsPlugin.
    55
    66CC and Keywords are built-in fields.