• Reported by <: $bug.submitter.name :>
  • Date <: $bug.created :>
  • : if $bug.has_owner {
  • Owned by <: $bug.owner.name :>
  • : }
  • Severity <:- if $bug.severity { :><: } -:> <:- $bug.severity -:> <:- if $bug.severity { :><: } -:>
  • : if $bug.tags.has_any_tags {
  • Tags <: $bug.tags.as_string :>
  • : } : if $bug.mergedwith.count > 0 {
  • Merged with <: bug_links(bug=>$bug.mergedwith).join(",\n") :>
  • : } : if $bug.has_found {
  • Found in version<:- if $bug.found.count > 1 { -:>s<: } -:> <: $bug.found.join(', ') :>
  • : } : if $bug.has_fixed {
  • Fixed in version<: if $bug.fixed.count > 1 { :>s<: } :> <: $bug.fixed.join(', ') :>
  • : } <: if $bug.is_done { :>
  • Done <: $bug.done.name :>
  • : } : if $bug.blocked_by.count {
  • Fix blocked by : for $bug.blocked_by.members_ref -> $bug { <: $bug.subject -:> <:- if !$~bug.is_last { :>, <: } else { :>.<: } :> : }
  • : } : if $bug.blocks.count {
  • Blocking fix for $bug { <: $bug.subject -:> <:- if ! $~bug.is_last { :>, <: } else { :>.<: } :> : }
  • : } : if $bug.archived {
  • Bug is Archived
  • : } : if defined $bug.forwarded and $bug.forwarded.length() {
  • Forwarded to <: split($bug.forwarded,',\s+').map(maybelink).join(', ') :>
  • : } : if defined $bug.summary and $bug.summary.length() {
  • Summary <: $bug.summary :>
  • : } : if defined $bug.outlook and $bug.outlook.length() {
  • Outlook <: $bug.outlook :>
  • : }