<py:choose> <py:when test="ticket.exists"> #${ticket.id} (${ticket.summary}) </py:when> <py:otherwise> New Ticket </py:otherwise> </py:choose> $prefix$cnum
  • ${field_name} ${field.new} added ${field.rendered} changed from ${field.old} to ${field.new} set to ${field.new} deleted
${wiki_to_html(context, change.comment, escape_newlines=preserve_newlines)}

Ticket #${ticket.id} Create New Ticket (${ticket.type}) (${ticket.status} ${ticket.type}: ${ticket.resolution}) — at Initial Version — at Version $version

Preview (skip)

in reply to: ${commentref('↓ ', change_preview.replyto)} Changed by ${authorinfo(change_preview.author)}

${display_change(change_preview)}

Opened ${dateinfo(ticket.time_created)} ago

Last modified ${dateinfo(ticket.time_changed)} ago

(ticket not yet created)

$ticket.summary

Reported by: ${authorinfo(ticket.reporter)} Owned by: ${ticket.owner and authorinfo(ticket.owner) or ''}
${field.label or field.name}: ${field.rendered} ${ticket[field.name] and not isinstance(ticket[field.name], basestring) and format_date(ticket[field.name]) or ticket[field.name]} ${ticket[field.name]}
Reported by: ${authorinfo(ticket.reporter)} Owned by: ${ticket.owner and authorinfo(ticket.owner) or ''}
${field.label or field.name}: ${field.rendered} ${ticket[field.name] and format_date(ticket[field.name])} ${ticket[field.name]}

Description (last modified by ${authorinfo(description_change.author)}) (diff)

${wiki_to_html(context, ticket.description, escape_newlines=preserve_newlines)}

${list_of_attachments(attachments)}

Change History

in reply to: ${commentref('↑ ', change.replyto)} ; follow-up${len(change_replies) > 1 and 's' or ''}: ${commentref('↓ ', reply)}   Changed ${dateinfo(change.date)} ago by ${authorinfo(change.author)}

${display_change(change)}

Add/Change #${ticket.id} ($ticket.summary)

${ticket.exists and 'Author' or 'Reporter'}



${ticket.exists and 'Change ' or ''}Properties
${field.cc_entry}
Action
$controls $hint

 
Note: See TracTickets for help on using tickets.