Edgewall Software

Changes between Version 81 and Version 82 of TracTickets


Ignore:
Timestamp:
Aug 15, 2018, 8:37:57 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Document #13067.

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v81 v82  
    117117 * '''priority''' — The priority dropdown list.
    118118 * '''milestone''' — The milestone dropdown list.
    119  * '''owner''' — The person responsible for the ticket.
    120119 * '''cc''' — The list of emails for notifying about the ticket change.
    121120
    122121Example: `[/newticket?summary=Compile%20Error&version=1.0&component=gui]`
     122
     123To set the ticket owner the workflow action may also need to be selected. For the [TracWorkflow#TicketCreateAction default workflow], the //create and assign// action can be selected with `action=create_and_assign` and the owner specified by assigning `action_create_and_assign_reassign_owner`. Alternatively, you could avoid needing to select the action by using the [TracWorkflow#BasicTicketWorkflowCustomization default attribute] to make //create and assign// the default action.
     124
     125For other custom workflow actions, determine the variable names by inspecting the `name` attribute of the //action// radio button and the //owner// input or select element.
    123126
    124127== Deleting Tickets