Changes between Version 10 and Version 11 of TracTickets
- Timestamp:
- Oct 19, 2019, 12:50:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v10 v11 116 116 * '''priority''' — The priority dropdown list. 117 117 * '''milestone''' — The milestone dropdown list. 118 * '''owner''' — The person responsible for the ticket.119 118 * '''cc''' — The list of emails for notifying about the ticket change. 120 119 121 120 Example: `[/newticket?summary=Compile%20Error&version=1.0&component=gui]` 121 122 To 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. 123 124 For 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. 122 125 123 126 == Deleting Tickets