Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2045, comment 51


Ignore:
Timestamp:
Nov 30, 2014, 3:26:13 AM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2045, comment 51

    initial v1  
    1 With the proposed changes the ticket workflow is solely responsible for changing the //owner// field in the same way that it's responsible for changing the //status// field. That makes me think that it might make sense to get rid of the `[ticket] default_owner` option (documented at TracTickets#DefaultValuesforDrop-DownFields). Instead we could have:
     1With the proposed changes the ticket workflow is solely responsible for changing the //owner// field in the same way that it's responsible for changing the //status// and //resolution// fields. That makes me think that it might make sense to get rid of the `[ticket] default_owner` option (documented at TracTickets#DefaultValuesforDrop-DownFields). Instead we could have:
    22 * `set_owner_to_component_owner` workflow operation which would behave the same as the `< default >` value of `default_owner` (see th:AdvancedTicketWorkflowPlugin#Description).
    33 * `set_owner_to_reporter` and/or `set_owner_to_self` workflow operation (see th:AdvancedTicketWorkflowPlugin#Description).